1060cd5ded
expressions. PR: ports/103337 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
461 B
Makefile
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>
|