diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-01 05:24:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-01 05:24:37 +0000 |
commit | 7110dd8b1e03542ecd1bab8711757f01a7191b95 (patch) | |
tree | 7a8ff4797610544fa648ea2b9b8df8c9e52447ae /textproc/p5-Lingua-EN-Inflect/Makefile | |
parent | c0eac539376cdccfb0aba93ca095774924bc76e1 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile index 7256070b9f12..52435d599de8 100644 --- a/textproc/p5-Lingua-EN-Inflect/Makefile +++ b/textproc/p5-Lingua-EN-Inflect/Makefile @@ -5,17 +5,18 @@ # $FreeBSD$ # -PORTNAME= Lingua-EN-Inflect -PORTVERSION= 1.89 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-EN-Inflect +PORTVERSION= 1.89.1 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= perl@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Convert singular words to their plural form -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= Lingua::EN::Inflect.3 +MAN3= Lingua::EN::Inflect.3 .include <bsd.port.mk> |