aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-27 09:08:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-27 09:08:30 +0000
commitd2f72f8884591e899d26f80ff11b403813ce2cce (patch)
treec11d57dc5db68e2534ae858231f0f3f84e81ba18 /print
parent2dfde0455bb0b913628c48dc0c03cefd99af4fbc (diff)
downloadports-d2f72f8884591e899d26f80ff11b403813ce2cce.tar.gz
ports-d2f72f8884591e899d26f80ff11b403813ce2cce.zip
- Add LICENSE
- Add NO_ARCH - Pet portlint Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=480794
Diffstat (limited to 'print')
-rw-r--r--print/p5-Text-PDF/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile
index 29f2e1a77699..53e76aec4cf1 100644
--- a/print/p5-Text-PDF/Makefile
+++ b/print/p5-Text-PDF/Makefile
@@ -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>