e43f4a3af2
PR: ports/134842 Approved by: maintainer timeout (clsung; 15 days) Submitted by: me
22 lines
359 B
Makefile
22 lines
359 B
Makefile
# New ports collection makefile for: Text::Ngram
|
|
# Date created: Nov 4 2004
|
|
# Whom: clsung
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Ngram
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Perl module for n-gram analysis
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Ngram.3
|
|
|
|
.include <bsd.port.mk>
|