diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 16:54:13 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 16:54:13 +0800 |
commit | 17445a1649173567118e5c22aee3a23bc1f3b7c0 (patch) | |
tree | e310ec3e5ec0a90c5ea01cfe8b4f98a6b66d0948 /mail/pecl-mailparse | |
parent | d6583f068fab9080868fd5f85a81545133849420 (diff) | |
download | freebsd-ports-gnome-17445a1649173567118e5c22aee3a23bc1f3b7c0.tar.gz freebsd-ports-gnome-17445a1649173567118e5c22aee3a23bc1f3b7c0.tar.zst freebsd-ports-gnome-17445a1649173567118e5c22aee3a23bc1f3b7c0.zip |
1: add LICENSE.
2: switch to USES=tar:tgz
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r-- | mail/pecl-mailparse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index c7c3299975e9..ea3d56b23163 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -6,12 +6,14 @@ PORTVERSION= 2.1.6 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension to create and decode MIME messages +LICENSE= PHP202 + +USES= tar:tgz USE_PHP= mbstring USE_PHPIZE= yes USE_PHP_BUILD= yes |