1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add LICENSE

- Add BUILD_DEPENDS
- Add NO_ARCH
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-05-16 00:01:06 +00:00
parent 6addc3e8f6
commit d04849f483
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470093
2 changed files with 7 additions and 3 deletions

View File

@ -7,11 +7,15 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper for the PDF::API2 modules
RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
LICENSE= PD
BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure

View File

@ -1,3 +1,3 @@
Simplistic wrapper for the PDF-API2 modules
PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules.
WWW: http://search.cpan.org/dist/PDF-API2-Simple/