d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Text-PDF-0.29a
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
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+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
|
|
|
|
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"
|