diff options
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 |