7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
692 B
Makefile
26 lines
692 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:43 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Text-PDF-0.29a
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 8
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-PDF/
|
|
COMMENT= Perl 5 module for manipulating PDF files
|
|
|
|
WRKSRC= ${WRKDIR}/Text-PDF-0.29
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=0
|
|
|
|
PERL5_PACKLIST= auto/Text/PDF/.packlist
|
|
|
|
# Fix permissions after extraction
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|