blob: c20204462a554b10d886ea3132f370c6861d6248 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Set default flags on regular expressions
PERL_CONFIGURE= yes
MAN3= Regexp::DefaultFlags.3
.include <bsd.port.mk>
|