Commits
Jeremy Lavergne authored 0762324e9da
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 nomaintainernlicense PHP-3.01 |
11 + | maintainers nomaintainer |
12 + | license PHP-3.01 |
12 13 | conflicts php5-eaccelerator php5-xcache |
13 14 | |
14 15 | description Alternative PHP Cache |
15 16 | |
16 17 | long_description APC is a free, open, and robust framework for caching and \ |
17 18 | optimizing PHP intermediate code. |
18 19 | |
19 20 | distname APC-${version} |
20 21 | |
21 22 | checksums sha1 417b95e63496de7f785b4917166098c6ac996008 \ |