2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Lars Thegler <lars@thegler.dk>
|
2004-04-04 16:39:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Lingua-EN-Inflect-Number
|
|
|
|
PORTVERSION= 1.1
|
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-04-04 16:39:39 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2004-04-04 16:39:39 +02:00
|
|
|
COMMENT= Force number of words to singular or plural
|
|
|
|
|
2012-06-05 13:46:48 +02:00
|
|
|
BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-04-04 16:39:39 +02:00
|
|
|
|
2013-08-07 15:20:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-04-04 16:39:39 +02:00
|
|
|
|
|
|
|
MAN3= Lingua::EN::Inflect::Number.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|