diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-10 20:07:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-10 20:07:36 +0800 |
commit | d2fb9bc31fa4b6364e7f111be847ae957fb97f06 (patch) | |
tree | d063b7e010ae63e43c6449f87f1f8653e1b189f4 | |
parent | 1cfbe4090c8e8e786b9b9d15dbc795345000295d (diff) | |
download | freebsd-ports-graphics-d2fb9bc31fa4b6364e7f111be847ae957fb97f06.tar.gz freebsd-ports-graphics-d2fb9bc31fa4b6364e7f111be847ae957fb97f06.tar.zst freebsd-ports-graphics-d2fb9bc31fa4b6364e7f111be847ae957fb97f06.zip |
- Add p5-Data-Section-Simple 0.02
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/
-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 c660ead3495..4ca8f10550e 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 00000000000..0526cc8db08 --- /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 00000000000..5c892c715a2 --- /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 00000000000..c09ea604cf2 --- /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 00000000000..aa341db0c3d --- /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 |