diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 17:02:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 17:02:28 +0800 |
commit | 5e8517c2250bdfd610bfa3133220302e12ee238d (patch) | |
tree | b8dae923ebbb8f934dbbcac5f5c747efe7b12b83 /net/pecl-cvsclient | |
parent | 7d1554bd67693b84bd89f0d01ef3ad0ce5ba5639 (diff) | |
download | freebsd-ports-gnome-5e8517c2250bdfd610bfa3133220302e12ee238d.tar.gz freebsd-ports-gnome-5e8517c2250bdfd610bfa3133220302e12ee238d.tar.zst freebsd-ports-gnome-5e8517c2250bdfd610bfa3133220302e12ee238d.zip |
1: add LICENSE.
2: switch to USES=tar:tgz
3: switch to DEFAULT_VERSIONS.
Diffstat (limited to 'net/pecl-cvsclient')
-rw-r--r-- | net/pecl-cvsclient/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/pecl-cvsclient/Makefile b/net/pecl-cvsclient/Makefile index 5f7712c12b0b..2026a00e18f2 100644 --- a/net/pecl-cvsclient/Makefile +++ b/net/pecl-cvsclient/Makefile @@ -6,15 +6,17 @@ PORTVERSION= 0.2 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PHP extension for CVS pserver client +LICENSE= PHP202 + +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 +DEFAULT_VERSIONS+= php=53 IGNORE_WITH_PHP=5 .include <bsd.port.mk> |