freebsd-ports/textproc/p5-Lingua-EN-Inflect/Makefile

18 lines
373 B
Makefile
Raw Normal View History

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
2009-11-01 06:24:37 +01:00
PORTNAME= Lingua-EN-Inflect
2010-11-09 07:42:59 +01:00
PORTVERSION= 1.89.3
2009-11-01 06:24:37 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
2009-11-01 06:24:37 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Convert singular words to their plural form
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>