diff options
Diffstat (limited to 'textproc/p5-podlators/Makefile')
-rw-r--r-- | textproc/p5-podlators/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile new file mode 100644 index 00000000000..611dcd6008a --- /dev/null +++ b/textproc/p5-podlators/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 09:40:18 he Exp $ + +DISTNAME= podlators-2.2.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/podlators/ +COMMENT= Collection of pod related perl modules + +DEPENDS+= p5-Pod-Simple>=3.04:../../textproc/p5-Pod-Simple + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Pod/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |