1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

- Add LICENSE

- Add NO_ARCH
- Pet portlint

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-09-27 09:08:30 +00:00
parent 2dfde0455b
commit d2f72f8884
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480794

View File

@ -11,16 +11,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PDF manipulation module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
@${RM} ${WRKSRC}/pm_to_blib
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
@${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples
.include <bsd.port.mk>