aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Regexp/Makefile
blob: cb099568c237b4734c5deebca6cc07175c03fab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
# $FreeBSD$

PORTNAME=	List-Regexp
PORTVERSION=	1.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Convert list of strings to a regular expression

LICENSE=	GPLv3+

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>