freebsd-ports/textproc/p5-Lingua-Ident/Makefile

23 lines
408 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
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
2003-02-21 14:42:50 +01:00
COMMENT= Statistical language identification
2014-11-24 19:31:22 +01:00
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2015-09-17 19:11:30 +02:00
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>