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