- Add LICENSE_FILE
- Fix shebang Approved by: portmgr blanket
This commit is contained in:
parent
0457cbef5f
commit
d8416e10a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381403
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user