diff options
author | clsung <clsung@FreeBSD.org> | 2007-05-01 10:03:31 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-05-01 10:03:31 +0800 |
commit | d3c3efa06bfbce6c25444c41d874bc9ed9c2f548 (patch) | |
tree | 6a246f428bba6ade9a10cd4e98e4d43a96122366 /textproc | |
parent | 953f03678026963920789082350bc4ebfbd88c46 (diff) | |
download | freebsd-ports-gnome-d3c3efa06bfbce6c25444c41d874bc9ed9c2f548.tar.gz freebsd-ports-gnome-d3c3efa06bfbce6c25444c41d874bc9ed9c2f548.tar.zst freebsd-ports-gnome-d3c3efa06bfbce6c25444c41d874bc9ed9c2f548.zip |
Add p5-XML-MyXML 0.09766, a simple-to-use XML module parsing and
creating XML documents.
PR: ports/112261
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-MyXML/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-MyXML/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-MyXML/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-XML-MyXML/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 110489c207f2..82a88f1e16c8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -637,6 +637,7 @@ SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini + SUBDIR += p5-XML-MyXML SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter diff --git a/textproc/p5-XML-MyXML/Makefile b/textproc/p5-XML-MyXML/Makefile new file mode 100644 index 000000000000..e2dcd0323bc5 --- /dev/null +++ b/textproc/p5-XML-MyXML/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-XML-MyXML +# Date created: 2007-04-30 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-MyXML +PORTVERSION= 0.09766 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= A simple-to-use XML module parsing and creating XML documents + +PERL_CONFIGURE= yes + +MAN3= XML::MyXML.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-MyXML/distinfo b/textproc/p5-XML-MyXML/distinfo new file mode 100644 index 000000000000..ba8c8e7e4fb0 --- /dev/null +++ b/textproc/p5-XML-MyXML/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-MyXML-0.09766.tar.gz) = df37ddf79f9e060dc11e2bc9e2c24178 +SHA256 (XML-MyXML-0.09766.tar.gz) = f06bc9f54815e41a0ee36e7f8ef1da660e78ce712dad7e7c8ed733576b492959 +SIZE (XML-MyXML-0.09766.tar.gz) = 10274 diff --git a/textproc/p5-XML-MyXML/pkg-descr b/textproc/p5-XML-MyXML/pkg-descr new file mode 100644 index 000000000000..733c6b3e29df --- /dev/null +++ b/textproc/p5-XML-MyXML/pkg-descr @@ -0,0 +1,3 @@ +A simple-to-use XML module, for parsing and creating XML documents. + +WWW: http://search.cpan.org/dist/XML-MyXML/ diff --git a/textproc/p5-XML-MyXML/pkg-plist b/textproc/p5-XML-MyXML/pkg-plist new file mode 100644 index 000000000000..41560f2e63db --- /dev/null +++ b/textproc/p5-XML-MyXML/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/MyXML/.packlist +%%SITE_PERL%%/XML/MyXML.pm +@dirrmtry %%SITE_PERL%%/XML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/MyXML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML |