diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:12:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:12:12 +0000 |
commit | d8416e10a4c480960fd5c81d29e84b2b1d153b7f (patch) | |
tree | 8a9340359c750dad4335a8605f3bf9a7f41a73d0 /textproc/pdfoutline | |
parent | 0457cbef5f075ec145e8240ecbb01a832b2b6b50 (diff) | |
download | ports-d8416e10a4c480960fd5c81d29e84b2b1d153b7f.tar.gz ports-d8416e10a4c480960fd5c81d29e84b2b1d153b7f.zip |
Notes
Diffstat (limited to 'textproc/pdfoutline')
-rw-r--r-- | textproc/pdfoutline/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile index 5de5f03353db..1eeaee31e3ce 100644 --- a/textproc/pdfoutline/Makefile +++ b/textproc/pdfoutline/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdfoutline PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} DISTNAME= fntsample-${PORTVERSION} @@ -11,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add outlines to PDF files LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 @@ -18,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= run -USES= perl5 pkgconfig +USES= perl5 pkgconfig shebangfix +SHEBANG_FILES= pdfoutline.pl PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |