Update textproc/p5-Text-Ngrams to version 2.003_1
[dports.git] / textproc / p5-Text-Ngrams / Makefile
1 # Created by: Cheng-Lung Sung <clsung@dragon2.net>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Ngrams
5 PORTVERSION=    2.003
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl5 modules for Flexible Ngram analysis
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 .include <bsd.port.mk>