1PORTNAME= PDF-API2-XS 2PORTVERSION= 1.002 3CATEGORIES= textproc perl5 4MASTER_SITES= CPAN 5PKGNAMEPREFIX= p5- 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Optional PDF::API2 add-on using XS to speed up expensive operations 9WWW= https://metacpan.org/release/PDF-API2-XS 10 11LICENSE= artistic gpl+ 12LICENSE_COMB= dual 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15USES= gmake perl5 16USE_PERL5= configure 17 18USE_CSTD= c99 19 20NO_TEST= yes 21 22post-install: 23 ${STRIP_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/PDF/API2/XS/ImagePNG/ImagePNG.so 24 25.include <bsd.port.mk> 26