diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-10 12:07:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-10 12:07:36 +0000 |
commit | 32a2dc1df12427cf1fb554bf975b9293ce02b6d7 (patch) | |
tree | 3adbedaced0d5fc2e7cafc002b1b295c0616d2a8 /devel | |
parent | 807dd2ac43626da629a698bf2f7a73414078e447 (diff) | |
download | ports-32a2dc1df12427cf1fb554bf975b9293ce02b6d7.tar.gz ports-32a2dc1df12427cf1fb554bf975b9293ce02b6d7.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-Section-Simple/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Data-Section-Simple/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Data-Section-Simple/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Data-Section-Simple/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c660ead34952..4ca8f10550ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1438,6 +1438,7 @@ SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-Section + SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag diff --git a/devel/p5-Data-Section-Simple/Makefile b/devel/p5-Data-Section-Simple/Makefile new file mode 100644 index 000000000000..0526cc8db089 --- /dev/null +++ b/devel/p5-Data-Section-Simple/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Data-Section-Simple +# Date created: 2011-08-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Data-Section-Simple +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read data from __DATA__ + +PERL_CONFIGURE= yes + +MAN3= Data::Section::Simple.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Data-Section-Simple/distinfo b/devel/p5-Data-Section-Simple/distinfo new file mode 100644 index 000000000000..5c892c715a21 --- /dev/null +++ b/devel/p5-Data-Section-Simple/distinfo @@ -0,0 +1,2 @@ +SHA256 (Data-Section-Simple-0.02.tar.gz) = 70c3b988b01c20e6f1de5ed9c3b892d0f4b8009f029497d7c99839c8d0b905f1 +SIZE (Data-Section-Simple-0.02.tar.gz) = 19794 diff --git a/devel/p5-Data-Section-Simple/pkg-descr b/devel/p5-Data-Section-Simple/pkg-descr new file mode 100644 index 000000000000..c09ea604cf2f --- /dev/null +++ b/devel/p5-Data-Section-Simple/pkg-descr @@ -0,0 +1,4 @@ +Data::Section::Simple is a simple module to extract data drom __DATA__ section +of the file. + +WWW: http://search.cpan.org/dist/Data-Section-Simple/ diff --git a/devel/p5-Data-Section-Simple/pkg-plist b/devel/p5-Data-Section-Simple/pkg-plist new file mode 100644 index 000000000000..aa341db0c3d1 --- /dev/null +++ b/devel/p5-Data-Section-Simple/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Data/Section/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Section/Simple/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Section/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Section +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data/Section +@dirrmtry %%SITE_PERL%%/Data |