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.
23 lines
749 B
Makefile
23 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:11 wiz Exp $
|
|
|
|
DISTNAME= PDF-Reuse-0.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc print perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/
|
|
COMMENT= Reuse and mass produce PDF documents
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress
|
|
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]}}:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Text-PDF-[0-9]*:../../textproc/p5-Text-PDF
|
|
DEPENDS+= p5-Font-TTF-[0-9]*:../../fonts/p5-Font-TTF
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PDF/Reuse/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|