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 @@ -1,26 +1,30 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= Text-PDF PORTVERSION= 0.29a PORTREVISION= 3 CATEGORIES= print perl5 MASTER_SITES= CPAN 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