21 lines
423 B
Makefile
21 lines
423 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.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Assemble multiple Regular Expressions into one RE
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Regexp::Assemble.3
|
|
|
|
.include <bsd.port.mk>
|