diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-25 16:04:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-25 16:04:24 +0800 |
commit | 4e7fee83f661e87f65ff954cb098463c5ff09755 (patch) | |
tree | 7e73e3cd528496e776fea8f60f77ce597793b587 | |
parent | afa004d13ddd3beeddf0fd45799b953a60d1e761 (diff) | |
download | freebsd-ports-gnome-4e7fee83f661e87f65ff954cb098463c5ff09755.tar.gz freebsd-ports-gnome-4e7fee83f661e87f65ff954cb098463c5ff09755.tar.zst freebsd-ports-gnome-4e7fee83f661e87f65ff954cb098463c5ff09755.zip |
1: add LICENSE.
2: switch to USES=tar:tgz
-rw-r--r-- | www/pecl-swish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index b1f382d74c11..c266db24476c 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -6,15 +6,17 @@ PORTVERSION= 0.5.0 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= Swish-e bindings for PHP +LICENSE= PHP301 + BUILD_DEPENDS= swish-config:${PORTSDIR}/www/swish-e RUN_DEPENDS:= swish-config:${PORTSDIR}/www/swish-e +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes |