pkgsrc-wip/p5-podlators/Makefile
David Brownlee fc85d6bc8f p5-File-Spec has gone (superseded by p5-PathTools), but the version in
the perl in pkgsrc should be enough for these packages. Bump PKGREVISIONs
Cleanup for PR pkg/35402
2007-01-13 21:25:15 +00:00

18 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/01/13 21:25:15 absd Exp $
DISTNAME= podlators-2.00
PKGREVISION= 1
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/podlators/
COMMENT= Modules to convert and parse POD (Plain Old Documentation)
DEPENDS+= p5-Pod-Simple>=3.03:../../textproc/p5-Pod-Simple
PERL5_PACKLIST= auto/Pod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"