diff options
Diffstat (limited to 'textproc/pecl-xslcache/Makefile')
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 11303b1d68a0..f1d150ce8ba9 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -7,15 +7,16 @@ CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Caches the parsed XSL stylesheet between sessions +LICENSE= PHP301 + +USES= tar:tgz USE_PHP= dom xml xsl USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP= 5 .include <bsd.port.mk> |