2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:26 wiz Exp $
|
|
|
|
DISTNAME= Pod-Parser-1.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Parser/
|
|
COMMENT= POD filters and translators
|
|
LICENSE= artistic
|
|
|
|
CONFLICTS= mrtg-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/Pod/Parser/.packlist
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|