summaryrefslogtreecommitdiff
path: root/textproc/p5-Regexp-DefaultFlags/Makefile
blob: fad5a7c5f87e01b23507f50fb25dc7704732da1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>