diff options
Diffstat (limited to 'devel/pear-TheSeer_fXSL/Makefile')
-rw-r--r-- | devel/pear-TheSeer_fXSL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pear-TheSeer_fXSL/Makefile b/devel/pear-TheSeer_fXSL/Makefile index b6a3f3534275..636584f85765 100644 --- a/devel/pear-TheSeer_fXSL/Makefile +++ b/devel/pear-TheSeer_fXSL/Makefile @@ -3,7 +3,6 @@ PORTVERSION= 1.1.0 CATEGORIES= devel pear MASTER_SITES= http://pear.netpirates.net/get/ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}TheSeer_ -EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= XSL wrapper / extension to the PHP 5.x XSLTProcessor @@ -13,6 +12,6 @@ LICENSE= BSD3CLAUSE USE_PHP= dom xml xsl PEAR_CHANNEL= theseer -USES= pear php +USES= pear php tar:tgz .include <bsd.port.mk> |