freebsd-ports/textproc/p5-Regexp-DefaultFlags/Makefile
Cheng-Lung Sung 1060cd5ded Add p5-Regexp-DefaultFlags 0.01, set default flags on regular
expressions.

PR:		ports/103337
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-10-02 00:28:30 +00:00

22 lines
461 B
Makefile

# New ports collection makefile for: p5-Regexp-DefaultFlags
# Date created: 2006-09-18
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Regexp-DefaultFlags
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Regexp
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Set default flags on regular expressions
PERL_CONFIGURE= yes
MAN3= Regexp::DefaultFlags.3
.include <bsd.port.mk>