2005-03-04 10:59:03 +01:00
|
|
|
# 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
|
2008-06-18 17:24:00 +02:00
|
|
|
PORTVERSION= 0.34
|
2005-03-04 10:59:03 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-04 10:59:03 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-07-14 07:40:24 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-04 10:59:03 +01:00
|
|
|
COMMENT= Assemble multiple Regular Expressions into one RE
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Regexp::Assemble.3
|
|
|
|
|
2007-05-26 00:52:02 +02:00
|
|
|
.include <bsd.port.mk>
|