freebsd-ports/textproc/p5-Text-Ngram/Makefile
Frederic Culot 9eb4dec365 - Update to 0.14
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Text-Ngram/Changes
2012-01-27 10:39:48 +00:00

24 lines
398 B
Makefile

# New ports collection makefile for: Text::Ngram
# Date created: Nov 4 2004
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= Text-Ngram
PORTVERSION= 0.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for n-gram analysis
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Text::Ngram.3
.include <bsd.port.mk>