2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
26 lines
703 B
Makefile
26 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/06/12 10:51:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= CAM-PDF-1.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
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+= {perl>=5.7.3,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"
|