summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple/Makefile
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-09-26 04:41:03 +0000
committerepg <epg@pkgsrc.org>2004-09-26 04:41:03 +0000
commitd0c0c32e9e1ddc1eb6cca3bbecb6f6f5a14bf0f9 (patch)
treefbc09b3a742ce7b35a19cf145f44ac477c1015b9 /textproc/p5-Pod-Simple/Makefile
parent098ade01672a3f4f00955ad5a698b6fe97d4c239 (diff)
downloadpkgsrc-d0c0c32e9e1ddc1eb6cca3bbecb6f6f5a14bf0f9.tar.gz
Import p5-Pod-Simple-3.02.
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. Pod formatters can use Pod::Simple to parse Pod documents into produce renderings of them in plain ASCII, in HTML, or in any number of other formats.
Diffstat (limited to 'textproc/p5-Pod-Simple/Makefile')
-rw-r--r--textproc/p5-Pod-Simple/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
new file mode 100644
index 00000000000..cb8a612cc4e
--- /dev/null
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
+
+DISTNAME= Pod-Simple-3.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Simple framework for parsing Pod
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"