diff options
Diffstat (limited to 'textproc/pecl-wbxml/Makefile')
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 1f2cc6b..1eafe48 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -5,16 +5,13 @@ PORTNAME= wbxml PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES= textproc pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that provides WBXML conversion capabilities LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 -USES= php:ext tar:tgz +USES= php:pecl CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} |