diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 07:34:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-05 07:34:00 +0000 |
commit | f8e828fe99f25dcb8560ad7ec21de5429f91eaa7 (patch) | |
tree | b8c20adb3f2a41c4b97958b27a36590a9f04a0f0 /devel/p5-Regexp-Bind | |
parent | d3ffef67d40201891ab30867952e482b3569a3ed (diff) | |
download | ports-f8e828fe99f25dcb8560ad7ec21de5429f91eaa7.tar.gz ports-f8e828fe99f25dcb8560ad7ec21de5429f91eaa7.zip |
Notes
Diffstat (limited to 'devel/p5-Regexp-Bind')
-rw-r--r-- | devel/p5-Regexp-Bind/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Regexp-Bind/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Regexp-Bind/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Regexp-Bind/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Regexp-Bind/Makefile b/devel/p5-Regexp-Bind/Makefile new file mode 100644 index 000000000000..38192e622d8c --- /dev/null +++ b/devel/p5-Regexp-Bind/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: Regexp::Bind +# Date created: Jun 5, 2006 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Regexp-Bind +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Regexp +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Bind variables to captured buffers + +PERL_CONFIGURE= yes + +MAN3= Regexp::Bind.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Regexp-Bind/distinfo b/devel/p5-Regexp-Bind/distinfo new file mode 100644 index 000000000000..adc9138368ad --- /dev/null +++ b/devel/p5-Regexp-Bind/distinfo @@ -0,0 +1,3 @@ +MD5 (Regexp-Bind-0.05.tar.gz) = e1697559c356b7b5ca0c9cd86f6f666b +SHA256 (Regexp-Bind-0.05.tar.gz) = 458b204807aa615ad070347f4aef025f0d51024aecf77b6b7198337912f58562 +SIZE (Regexp-Bind-0.05.tar.gz) = 4331 diff --git a/devel/p5-Regexp-Bind/pkg-descr b/devel/p5-Regexp-Bind/pkg-descr new file mode 100644 index 000000000000..560d6d9bf7f2 --- /dev/null +++ b/devel/p5-Regexp-Bind/pkg-descr @@ -0,0 +1,6 @@ +This module is an extension to perl's native regexp function. It binds +anonymous hashes or named variables to matched buffers. Both normal regexp +syntax and embedded regexp syntax are supported. You can view it as a tiny +and petite data extraction system. + +WWW: http://search.cpan.org/dist/Regexp-Bind/ diff --git a/devel/p5-Regexp-Bind/pkg-plist b/devel/p5-Regexp-Bind/pkg-plist new file mode 100644 index 000000000000..260be1c84eb8 --- /dev/null +++ b/devel/p5-Regexp-Bind/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Regexp/Bind.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Bind/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Bind +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp +@dirrmtry %%SITE_PERL%%/Regexp |