diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 17:25:13 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 17:25:13 +0800 |
commit | d1602ae1f0bd4f7c8b4e1f6dfd8691014611b866 (patch) | |
tree | 97abf14f4cca985cbe242ff155094b1c37f5e99e /print/pecl-haru | |
parent | 4cacaffc8cc1abc53ff8d2f16fdf36aaa2061b28 (diff) | |
download | freebsd-ports-gnome-d1602ae1f0bd4f7c8b4e1f6dfd8691014611b866.tar.gz freebsd-ports-gnome-d1602ae1f0bd4f7c8b4e1f6dfd8691014611b866.tar.zst freebsd-ports-gnome-d1602ae1f0bd4f7c8b4e1f6dfd8691014611b866.zip |
1: add LICENSE/LICENSE_FILE.
2: switch to USES=tar:tgz
Diffstat (limited to 'print/pecl-haru')
-rw-r--r-- | print/pecl-haru/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 0631c5b423db..35f23736c617 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -6,14 +6,17 @@ PORTVERSION= 1.0.4 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension to Haru PDF functions +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes |