diff options
author | dhn <dhn@FreeBSD.org> | 2012-02-05 04:48:45 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-02-05 04:48:45 +0800 |
commit | f2cc9ac792fda3f1df13c78a915701c6ae2b2ed4 (patch) | |
tree | 7128da908bce47932922d9ff3d445698cbad5af5 /net/p5-XML-Fast | |
parent | 30b58e57d1060ffaab3aa54e6ae2652c593072f9 (diff) | |
download | freebsd-ports-gnome-f2cc9ac792fda3f1df13c78a915701c6ae2b2ed4.tar.gz freebsd-ports-gnome-f2cc9ac792fda3f1df13c78a915701c6ae2b2ed4.tar.zst freebsd-ports-gnome-f2cc9ac792fda3f1df13c78a915701c6ae2b2ed4.zip |
XML::Fast - Simple and very fast XML to hash conversion
WWW: http://search.cpan.org/dist/XML-Fast/
Diffstat (limited to 'net/p5-XML-Fast')
-rw-r--r-- | net/p5-XML-Fast/Makefile | 21 | ||||
-rw-r--r-- | net/p5-XML-Fast/distinfo | 2 | ||||
-rw-r--r-- | net/p5-XML-Fast/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-XML-Fast/pkg-plist | 7 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-XML-Fast/Makefile b/net/p5-XML-Fast/Makefile new file mode 100644 index 000000000000..0a073bfd5bc9 --- /dev/null +++ b/net/p5-XML-Fast/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-XML-Fast +# Date created: 2012-02-04 +# Whom: Dennis Herrmann <dhn@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-Fast +PORTVERSION= 0.11 +CATEGORIES= net +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dhn@FreeBSD.org +COMMENT= Simple and very fast XML to hash conversion + +PERL_CONFIGURE= yes + +MAN3= XML::Fast.3 + +.include <bsd.port.mk> diff --git a/net/p5-XML-Fast/distinfo b/net/p5-XML-Fast/distinfo new file mode 100644 index 000000000000..f9cbadb31177 --- /dev/null +++ b/net/p5-XML-Fast/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML-Fast-0.11.tar.gz) = eb5e0eadeb2bb2e208f542946bbe51b50b73b8ce8b434b88079d5d0e8146518a +SIZE (XML-Fast-0.11.tar.gz) = 152643 diff --git a/net/p5-XML-Fast/pkg-descr b/net/p5-XML-Fast/pkg-descr new file mode 100644 index 000000000000..ae08d2ad562c --- /dev/null +++ b/net/p5-XML-Fast/pkg-descr @@ -0,0 +1,3 @@ +XML::Fast - Simple and very fast XML to hash conversion + +WWW: http://search.cpan.org/dist/XML-Fast/ diff --git a/net/p5-XML-Fast/pkg-plist b/net/p5-XML-Fast/pkg-plist new file mode 100644 index 000000000000..7b8c27c771e1 --- /dev/null +++ b/net/p5-XML-Fast/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/XML/Fast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Fast/Fast.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Fast/Fast.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Fast/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Fast +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/XML |