diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-25 15:57:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-25 15:57:28 +0800 |
commit | afa004d13ddd3beeddf0fd45799b953a60d1e761 (patch) | |
tree | a45853f75ea3184ee943da9ead7f9e62d3f19881 | |
parent | 71f398dbca3be9fd09d6223a68d70fec6e39755e (diff) | |
download | freebsd-ports-gnome-afa004d13ddd3beeddf0fd45799b953a60d1e761.tar.gz freebsd-ports-gnome-afa004d13ddd3beeddf0fd45799b953a60d1e761.tar.zst freebsd-ports-gnome-afa004d13ddd3beeddf0fd45799b953a60d1e761.zip |
1: add LICENSE/LICENSE_FILE.
2: remove DEFAULT_PHP_VER.
3: switch to USES=tar:tgz
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 7 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 22435bf60c92..6c47baf7a248 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.5.2 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -16,6 +15,7 @@ LICENSE= PHP301 LIB_DEPENDS= libxdiff.so:${PORTSDIR}/textproc/libxdiff +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes 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> diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 969efa7a055a..79626ad471a5 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -6,14 +6,17 @@ PORTVERSION= 1.1.1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= YAML-1.1 parser and emitter +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml +USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes |