diff options
Diffstat (limited to 'textproc/p5-POD2-Base/Makefile')
-rw-r--r-- | textproc/p5-POD2-Base/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-POD2-Base/Makefile b/textproc/p5-POD2-Base/Makefile new file mode 100644 index 00000000000..3435863705d --- /dev/null +++ b/textproc/p5-POD2-Base/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/20 06:45:55 sno Exp $ +# + +DISTNAME= POD2-Base-0.043 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POD2-Base/ +COMMENT= Base module for translations of Perl documentation +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty + +PERL5_PACKLIST= auto/POD2/Base/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |