diff options
author | jtb <jtb> | 2001-04-16 17:40:41 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 17:40:41 +0000 |
commit | 4fd3233b2cc39f9eb932992d6b81c1bafaa0cc02 (patch) | |
tree | 0db7cbcc248b1e5e07668fa47a8f6862fefdad11 | |
parent | 97a7e39a4923e877e6c8d2e87b2541410dcb85fb (diff) | |
download | pkgsrc-4fd3233b2cc39f9eb932992d6b81c1bafaa0cc02.tar.gz |
Initial import of p5-Pod-POM.
This module converts POD documents into an object model format, known as
Pod Object Model (POM). It builds a hierarchy of nodes, which represent
elements within each of the documents.
Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12640.
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg/PLIST | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile new file mode 100644 index 00000000000..1f959a72971 --- /dev/null +++ b/textproc/p5-Pod-POM/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ +# + +DISTNAME= Pod-POM-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.kfs.org/~abw/ +COMMENT= p5 module to format POD into an object format, hence POM + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/POM/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-POM/files/md5 b/textproc/p5-Pod-POM/files/md5 new file mode 100644 index 00000000000..3d368eb3a54 --- /dev/null +++ b/textproc/p5-Pod-POM/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ + +SHA1 (Pod-POM-0.02.tar.gz) = 1c38b60ea595556729d8f5c5cd510dca2e503e86 diff --git a/textproc/p5-Pod-POM/pkg/DESCR b/textproc/p5-Pod-POM/pkg/DESCR new file mode 100644 index 00000000000..9b99a016d36 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/DESCR @@ -0,0 +1,3 @@ +This module converts POD documents into an object model format, known as +Pod Object Model (POM). It builds a hierarchy of nodes, which represent +elements within each of the documents. diff --git a/textproc/p5-Pod-POM/pkg/PLIST b/textproc/p5-Pod-POM/pkg/PLIST new file mode 100644 index 00000000000..c9e7cefeae0 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ |