1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/p5-Regexp-DefaultFlags/Makefile
Mathieu Arnold fd5d9cfd11 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 22:29:50 +00:00

20 lines
350 B
Makefile

# Created by: 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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>