mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Ngrams
|
|
PORTVERSION= 2.003
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 modules for Flexible Ngram analysis
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= ngrams.pl.1
|
|
MAN3= Text::Ngrams.3
|
|
|
|
.include <bsd.port.mk>
|