blob: 3ec5805144dbc3988f64f5f74d82ee8433f557d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|