diff options
author | lth <lth@FreeBSD.org> | 2011-09-01 20:34:55 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2011-09-01 20:34:55 +0800 |
commit | 1f63831ab4afdeba6828c9227ec8ab7e8c8d9920 (patch) | |
tree | f37c08c424f43a3af0a8d92388c59677729e3b6d /textproc | |
parent | 6bf93454d278640f2beff8bb87b46f6659b6c9c5 (diff) | |
download | freebsd-ports-gnome-1f63831ab4afdeba6828c9227ec8ab7e8c8d9920.tar.gz freebsd-ports-gnome-1f63831ab4afdeba6828c9227ec8ab7e8c8d9920.tar.zst freebsd-ports-gnome-1f63831ab4afdeba6828c9227ec8ab7e8c8d9920.zip |
Add p5-Regexp-Common-net-CIDR 0.02, provide patterns for CIDR blocks.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common-net-CIDR/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common-net-CIDR/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common-net-CIDR/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common-net-CIDR/pkg-plist | 9 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1e8d3a277744..28c84152d40f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -657,6 +657,7 @@ SUBDIR += p5-Regex-PreSuf SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common-Email-Address + SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-DefaultFlags diff --git a/textproc/p5-Regexp-Common-net-CIDR/Makefile b/textproc/p5-Regexp-Common-net-CIDR/Makefile new file mode 100644 index 000000000000..e2603179b220 --- /dev/null +++ b/textproc/p5-Regexp-Common-net-CIDR/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: textproc/p5-Regexp-Common-net-CIDR +# Date created: 01 September 2011 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Regexp-Common-net-CIDR +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Provide patterns for CIDR blocks + +BUILD_DEPENDS= p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Regexp::Common::net::CIDR.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Regexp-Common-net-CIDR/distinfo b/textproc/p5-Regexp-Common-net-CIDR/distinfo new file mode 100644 index 000000000000..cca2b666283c --- /dev/null +++ b/textproc/p5-Regexp-Common-net-CIDR/distinfo @@ -0,0 +1,2 @@ +SHA256 (Regexp-Common-net-CIDR-0.02.tar.gz) = 8e30aab781ef5e571b366ca66ba2338e6f072386e118238b19528a85284f3e7f +SIZE (Regexp-Common-net-CIDR-0.02.tar.gz) = 17235 diff --git a/textproc/p5-Regexp-Common-net-CIDR/pkg-descr b/textproc/p5-Regexp-Common-net-CIDR/pkg-descr new file mode 100644 index 000000000000..e9ac6824392d --- /dev/null +++ b/textproc/p5-Regexp-Common-net-CIDR/pkg-descr @@ -0,0 +1,3 @@ +Patterns for CIDR blocks. + +WWW: http://search.cpan.org/dist/Regexp-Common-net-CIDR/ diff --git a/textproc/p5-Regexp-Common-net-CIDR/pkg-plist b/textproc/p5-Regexp-Common-net-CIDR/pkg-plist new file mode 100644 index 000000000000..bc3b2006f4b0 --- /dev/null +++ b/textproc/p5-Regexp-Common-net-CIDR/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Regexp/Common/net/CIDR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/net/CIDR/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/net/CIDR +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common/net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp +@dirrmtry %%SITE_PERL%%/Regexp/Common/net +@dirrmtry %%SITE_PERL%%/Regexp/Common +@dirrmtry %%SITE_PERL%%/Regexp |