aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Ident/Makefile
blob: 0b5b8b8ad41ba25b0fd621b32c46e9e98a521c47 (plain) (blame)
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>

PORTNAME=	Lingua-Ident
PORTVERSION=	1.7
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MPIOTR
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Statistical language identification

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

NO_ARCH=	yes
USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>