Commits
Jeremy Lavergne authored 53f7816697e
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | PortGroup php5extension 1.0 |
6 6 | |
7 7 | php5extension.setup apc 3.1.9 pecl |
8 8 | revision 1 |
9 9 | categories php devel |
10 10 | platforms darwin |
11 - | maintainers nomaintainer |
11 + | maintainers nomaintainernlicense PHP-3.01 |
12 12 | conflicts php5-eaccelerator php5-xcache |
13 13 | |
14 14 | description Alternative PHP Cache |
15 15 | |
16 16 | long_description APC is a free, open, and robust framework for caching and \ |
17 17 | optimizing PHP intermediate code. |
18 18 | |
19 19 | distname APC-${version} |
20 20 | |
21 21 | checksums sha1 417b95e63496de7f785b4917166098c6ac996008 \ |