freebsd-ports/textproc/p5-Text-Ngrams/Makefile
2021-04-06 16:31:07 +02:00

20 lines
389 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
PORTNAME= Text-Ngrams
PORTVERSION= 2.006
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules for Flexible Ngram analysis
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 shebangfix
SHEBANG_FILES= ngrams.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>