aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Regexp-DefaultFlags/Makefile
blob: d1ecf43742bdd4f2e39d8308c2bad1a05f20a0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	Regexp-DefaultFlags
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Set default flags on regular expressions

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>