diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-28 01:11:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-28 01:11:01 +0000 |
commit | 67e48c93abd9d8d0ecdf5206d655a1b4578f3097 (patch) | |
tree | c657b77b04300ffe4bf877153e544d176d9b338a /devel/p5-Data-Section | |
parent | e8a7a8487fd7987f94c1114dc50c364716719817 (diff) | |
download | ports-67e48c93abd9d8d0ecdf5206d655a1b4578f3097.tar.gz ports-67e48c93abd9d8d0ecdf5206d655a1b4578f3097.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Section')
-rw-r--r-- | devel/p5-Data-Section/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Data-Section/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Section/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Data-Section/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile new file mode 100644 index 000000000000..19c62a11046e --- /dev/null +++ b/devel/p5-Data-Section/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Data-Section +# Date created: 27 December 2009 +# Whom: Andrey Kostenko <andrey@kostenko.name> +# +# $FreeBSD$ +# + +PORTNAME= Data-Section +PORTVERSION= 0.093410 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Read multiple hunks of data out of your DATA section + +BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ + p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES +MAN3= Data::Section.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Section/distinfo b/devel/p5-Data-Section/distinfo new file mode 100644 index 000000000000..e91cbb3d2b64 --- /dev/null +++ b/devel/p5-Data-Section/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Section-0.093410.tar.gz) = f9c39e6d85fb035e9d509b4fe2b2859b +SHA256 (Data-Section-0.093410.tar.gz) = e565011cf887db27c6ed41ccfe33fda495207425ef6cac42ab3b5fcc0877aa92 +SIZE (Data-Section-0.093410.tar.gz) = 12323 diff --git a/devel/p5-Data-Section/pkg-descr b/devel/p5-Data-Section/pkg-descr new file mode 100644 index 000000000000..7fcd400ac75a --- /dev/null +++ b/devel/p5-Data-Section/pkg-descr @@ -0,0 +1,3 @@ +read multiple hunks of data out of your DATA section + +WWW: http://search.cpan.org/dist/Data-Section diff --git a/devel/p5-Data-Section/pkg-plist b/devel/p5-Data-Section/pkg-plist new file mode 100644 index 000000000000..238d60b17c47 --- /dev/null +++ b/devel/p5-Data-Section/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Data/Section.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Section/.packlist +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Section +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data |