aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-09-27 17:08:30 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-09-27 17:08:30 +0800
commitb6834ffbb0aaac33863c6f7a302fd0db2eae7767 (patch)
treec11d57dc5db68e2534ae858231f0f3f84e81ba18 /print
parentd00cdb75811d45f398351e0f73108a15e46cadbf (diff)
downloadfreebsd-ports-gnome-b6834ffbb0aaac33863c6f7a302fd0db2eae7767.tar.gz
freebsd-ports-gnome-b6834ffbb0aaac33863c6f7a302fd0db2eae7767.tar.zst
freebsd-ports-gnome-b6834ffbb0aaac33863c6f7a302fd0db2eae7767.zip
- Add LICENSE
- Add NO_ARCH - Pet portlint Approved by: portmgr blanket
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>