diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 09:25:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 09:25:13 +0000 |
commit | d663563fab00b64cc414be3fc2cf4be856837c60 (patch) | |
tree | 97abf14f4cca985cbe242ff155094b1c37f5e99e /print | |
parent | 485a038f29f317406d8e87e4236fc21011b52a56 (diff) |
1: add LICENSE/LICENSE_FILE.
2: switch to USES=tar:tgz
Notes
Notes:
svn path=/head/; revision=379773
Diffstat (limited to 'print')
-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 |