1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- add p5-Regexp-Assemble-0.09

Regexp::Assemble allows you to take a number of regular expressions and
assemble them into a single regular expression (or RE) that will match
everything that any of the individual REs match, only what they match
and nothing else.

WWW: http://search.cpan.org/dist/Regexp-Assemble/
This commit is contained in:
Yen-Ming Lee 2005-03-04 09:59:03 +00:00
parent 75b0eb08ab
commit ec77db52b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130338
5 changed files with 36 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@
SUBDIR += p5-Rcs-Agent
SUBDIR += p5-ReadLine-Gnu
SUBDIR += p5-ReadLine-Perl
SUBDIR += p5-Regexp-Assemble
SUBDIR += p5-Regexp-Shellish
SUBDIR += p5-Religion
SUBDIR += p5-ResourcePool

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Regexp-Assemble
# Date created: 3 March 2005
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Regexp-Assemble
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DL/DLAND
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Assemble multiple Regular Expressions into one RE
PERL_CONFIGURE= yes
MAN3= Regexp::Assemble.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Regexp-Assemble-0.09.tar.gz) = 7e8715e38366030359795b08e9321997
SIZE (Regexp-Assemble-0.09.tar.gz) = 66704

View File

@ -0,0 +1,6 @@
Regexp::Assemble allows you to take a number of regular expressions and
assemble them into a single regular expression (or RE) that will match
everything that any of the individual REs match, only what they match
and nothing else.
WWW: http://search.cpan.org/dist/Regexp-Assemble/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Regexp/Assemble.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Regexp 2>/dev/null || true