aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Regex-PreSuf/Makefile
blob: 17ba9da83aca9280889cf4415657b60d29333817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$

PORTNAME=	Regex-PreSuf
PORTVERSION=	1.17
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JHI
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Regex::PreSuf - Given word lists, create regular expressions

USES=		perl5
USE_PERL5=	configure

MAN3=		Regex::PreSuf.3

.include <bsd.port.mk>