diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-04 20:48:45 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-04 20:48:45 +0000 |
commit | ce5d850d21936293fcf826c76989c8fd1dd66c44 (patch) | |
tree | b7b3f5b724c1daaecdbad9004cfd4a5bb2a1d3ba /net/p5-XML-Fast | |
parent | 341a11671f1e040f87be6296c9c0da188a09e94b (diff) | |
download | ports-ce5d850d21936293fcf826c76989c8fd1dd66c44.tar.gz ports-ce5d850d21936293fcf826c76989c8fd1dd66c44.zip |
Notes
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 |