aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Gender/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-09-24 01:40:51 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-09-24 01:40:51 +0000
commit81fc347756a5ce8b335ba7035b3dfff45bb4107b (patch)
tree5bbd2af6835821fdfbb09e7e4c2ce30b8a2a77a4 /textproc/p5-Lingua-EN-Gender/Makefile
parent5e406731419b86e79285eb6131df92a52ed94281 (diff)
downloadports-81fc347756a5ce8b335ba7035b3dfff45bb4107b.tar.gz
ports-81fc347756a5ce8b335ba7035b3dfff45bb4107b.zip
- upgrade to 1.0
- assign maintainer to perl@
Notes
Notes: svn path=/head/; revision=143476
Diffstat (limited to 'textproc/p5-Lingua-EN-Gender/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-Gender/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/textproc/p5-Lingua-EN-Gender/Makefile b/textproc/p5-Lingua-EN-Gender/Makefile
index 82d1b0e55403..a25b97abc888 100644
--- a/textproc/p5-Lingua-EN-Gender/Makefile
+++ b/textproc/p5-Lingua-EN-Gender/Makefile
@@ -6,17 +6,23 @@
#
PORTNAME= Lingua-EN-Gender
-PORTVERSION= 0.02
+PORTVERSION= 1.0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Lingua
+MASTER_SITE_SUBDIR= ../../authors/id/E/EE/EEKIM
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Inflect pronouns for gender
PERL_CONFIGURE= yes
-MAN3= Lingua::EN::Gender.3
+MAN3= Lingua::EN::gender.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.1 or above
+.endif
+
+.include <bsd.port.post.mk>