aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-xslcache
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-25 07:57:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-25 07:57:28 +0000
commit3edfadf234e3c9547eb8877865b4f87feb623125 (patch)
treea45853f75ea3184ee943da9ead7f9e62d3f19881 /textproc/pecl-xslcache
parentffe4e45dbe691ccfd3018382fd5c63f092ad560e (diff)
Notes
Diffstat (limited to 'textproc/pecl-xslcache')
-rw-r--r--textproc/pecl-xslcache/Makefile7
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>