blob: 6984b0976e1e0bb15b18ab74d35c18843681baa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Lingua-Ident
PORTVERSION= 1.7
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MPIOTR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Statistical language identification
USE_PERL5= configure
USES= perl5
MAN1= trainlid.1
MAN3= Lingua::Ident.3
NO_STAGE= yes
.include <bsd.port.mk>
|