mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4ad3d88433
- Remove MD5 With Hat: perl@ Changes: http://search.cpan.org/dist/Text-Ngram/Changes
22 lines
357 B
Makefile
22 lines
357 B
Makefile
# New ports collection makefile for: Text::Ngram
|
|
# Date created: Nov 4 2004
|
|
# Whom: clsung
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Ngram
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for n-gram analysis
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Ngram.3
|
|
|
|
.include <bsd.port.mk>
|