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/
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# 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>
|