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.
25 lines
845 B
Makefile
25 lines
845 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/05/29 23:37:47 wiz Exp $
|
|
|
|
DISTNAME= XML-SAX-Writer-0.53
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Writer/
|
|
COMMENT= SAX2 (XML) Writer
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.8.8,p5-Encode>=2.12}:../../textproc/p5-Encode
|
|
DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-NamespaceSupport>=1.00:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-XML-Filter-BufferText>=1.00:../../textproc/p5-XML-Filter-BufferText
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/XML/SAX/Writer/.packlist
|
|
MAKE_ENV+= PERL5LIB="${PREFIX}/${PERL5_SUB_INSTALLSITELIB}"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|