freebsd-ports/textproc/p5-Lingua-Ident/Makefile
Andrej Zverev 302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

23 lines
450 B
Makefile

# New ports collection makefile for: Lingua::Ident
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Lingua-Ident
PORTVERSION= 1.7
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MPIOTR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Statistical language identification
PERL_CONFIGURE= yes
MAN1= trainlid.1
MAN3= Lingua::Ident.3
.include <bsd.port.mk>