diff options
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile index 629857f085e7..c3bf15a00789 100644 --- a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= Lingua-EN-Numbers-Ordinate -PORTVERSION= 1.02 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-EN-Numbers-Ordinate +PORTVERSION= 1.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Go from cardinal number (3) to ordinal ("3rd") USES= perl5 USE_PERL5= configure -MAN3= Lingua::EN::Numbers::Ordinate.3 - -NO_STAGE= yes .include <bsd.port.mk> |