freebsd-ports/devel/p5-Regexp-Assemble/Makefile
Frederic Culot a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00

24 lines
464 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.35
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Assemble multiple Regular Expressions into one RE
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Regexp::Assemble.3
.include <bsd.port.mk>