2005-03-04 09:59:03 +00: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
|
2006-07-14 05:40:24 +00:00
|
|
|
PORTVERSION= 0.26
|
2005-03-04 09:59:03 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2005-11-28 08:27:45 +00:00
|
|
|
MASTER_SITE_SUBDIR= Regexp
|
2005-03-04 09:59:03 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-07-14 05:40:24 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-04 09:59:03 +00:00
|
|
|
COMMENT= Assemble multiple Regular Expressions into one RE
|
|
|
|
|
2006-01-05 20:02:23 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
|
2005-03-04 09:59:03 +00:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Regexp::Assemble.3
|
|
|
|
|
2006-03-22 05:49:09 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e "s/open my/open/;s/.fh/FH/g;s/'<',/'<'./" ${WRKSRC}/Assemble.pm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|