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
689 B
Makefile
26 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/05/31 12:42:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= CAM-PDF-1.58
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CAM-PDF/
|
|
COMMENT= Perl 5 PDF manipulation library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_TOOLS+= csh:run
|
|
|
|
REPLACE_CSH= bin/asciify
|
|
|
|
DEPENDS+= p5-Crypt-RC4>=2.02:../../security/p5-Crypt-RC4
|
|
DEPENDS+= p5-Text-PDF>=0.29:../../textproc/p5-Text-PDF
|
|
DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
|
|
|
|
PERL5_PACKLIST= auto/CAM/PDF/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|