diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 23:37:02 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 23:37:02 +0800 |
commit | 6992e9f0dba5e64353783a9adcb9be94d321deb2 (patch) | |
tree | b2ee2ee557f6b0db7914c3e5f71b2adc5715c557 | |
parent | 45489de8c3aebb5d693c0b65778068ba01b2a1d0 (diff) | |
download | freebsd-ports-gnome-6992e9f0dba5e64353783a9adcb9be94d321deb2.tar.gz freebsd-ports-gnome-6992e9f0dba5e64353783a9adcb9be94d321deb2.tar.zst freebsd-ports-gnome-6992e9f0dba5e64353783a9adcb9be94d321deb2.zip |
1: add LICENSE.
2: switch to USES=tar:tgz
3: switch to DEFAULT_VERSIONS.
4: remove extra line on pkg-descr.
-rw-r--r-- | textproc/pecl-html_parse/Makefile | 8 | ||||
-rw-r--r-- | textproc/pecl-html_parse/pkg-descr | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index afc8ae468673..ab7376203815 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -6,20 +6,22 @@ PORTVERSION= 1.0.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension for the ekhtml library +LICENSE= PHP30 + BUILD_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml RUN_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml +USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +DEFAULT_VERSIONS+= php=53 +IGNORE_WITH_PHP= 5 CONFIGURE_ARGS= --enable-html_parse diff --git a/textproc/pecl-html_parse/pkg-descr b/textproc/pecl-html_parse/pkg-descr index 2bf50fc1e33a..ffdd4b86186a 100644 --- a/textproc/pecl-html_parse/pkg-descr +++ b/textproc/pecl-html_parse/pkg-descr @@ -1,4 +1,3 @@ A PECL HTML parser extension based on the ekhtml library WWW: http://pecl.php.net/package/html_parse - |