diff options
author | zi <zi@FreeBSD.org> | 2012-11-27 06:18:49 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-11-27 06:18:49 +0800 |
commit | d4f8dbb33f212a827c1d351b96c5ae74cdd20adf (patch) | |
tree | a54f34cc5389cb1f7b3f20f559c7cdec0a5f6b87 /devel | |
parent | 8df321d468a6db96b8792c2c9022628b0c1619a8 (diff) | |
download | freebsd-ports-gnome-d4f8dbb33f212a827c1d351b96c5ae74cdd20adf.tar.gz freebsd-ports-gnome-d4f8dbb33f212a827c1d351b96c5ae74cdd20adf.tar.zst freebsd-ports-gnome-d4f8dbb33f212a827c1d351b96c5ae74cdd20adf.zip |
New port: devel/p5-Iterator-Simple:
Another general-purpose iterator utility that is simple, fast and powerful.
WWW: http://search.cpan.org/~rintaro/Iterator-Simple/
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Iterator-Simple/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Iterator-Simple/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Iterator-Simple/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Iterator-Simple/pkg-plist | 5 |
5 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ca57175137cc..a7315e045b64 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2069,6 +2069,7 @@ SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc + SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JQuery diff --git a/devel/p5-Iterator-Simple/Makefile b/devel/p5-Iterator-Simple/Makefile new file mode 100644 index 000000000000..e1327de3bf5f --- /dev/null +++ b/devel/p5-Iterator-Simple/Makefile @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Iterator-Simple +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple iterator and utilities + +PERL_CONFIGURE= yes + +MAN3= Iterator::Simple.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Iterator-Simple/distinfo b/devel/p5-Iterator-Simple/distinfo new file mode 100644 index 000000000000..51e58ae4e9d5 --- /dev/null +++ b/devel/p5-Iterator-Simple/distinfo @@ -0,0 +1,2 @@ +SHA256 (Iterator-Simple-0.05.tar.gz) = 33e4a102e5f47647d2522478432ffa4ce5aab83633058b3f0f8449c2203eeb11 +SIZE (Iterator-Simple-0.05.tar.gz) = 19614 diff --git a/devel/p5-Iterator-Simple/pkg-descr b/devel/p5-Iterator-Simple/pkg-descr new file mode 100644 index 000000000000..c9cbb09b977b --- /dev/null +++ b/devel/p5-Iterator-Simple/pkg-descr @@ -0,0 +1,3 @@ +Another general-purpose iterator utility that is simple, fast and powerful. + +WWW: http://search.cpan.org/~rintaro/Iterator-Simple/ diff --git a/devel/p5-Iterator-Simple/pkg-plist b/devel/p5-Iterator-Simple/pkg-plist new file mode 100644 index 000000000000..d5ee6dc22517 --- /dev/null +++ b/devel/p5-Iterator-Simple/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Iterator/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator +@dirrmtry %%SITE_PERL%%/Iterator |