diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-24 01:40:51 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-24 01:40:51 +0000 |
commit | 81fc347756a5ce8b335ba7035b3dfff45bb4107b (patch) | |
tree | 5bbd2af6835821fdfbb09e7e4c2ce30b8a2a77a4 | |
parent | 5e406731419b86e79285eb6131df92a52ed94281 (diff) |
Notes
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/pkg-plist | 2 |
3 files changed, 14 insertions, 8 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> diff --git a/textproc/p5-Lingua-EN-Gender/distinfo b/textproc/p5-Lingua-EN-Gender/distinfo index 52dadd5c8908..33d5c2f96548 100644 --- a/textproc/p5-Lingua-EN-Gender/distinfo +++ b/textproc/p5-Lingua-EN-Gender/distinfo @@ -1,2 +1,2 @@ -MD5 (Lingua-EN-Gender-0.02.tar.gz) = b8f3877aabfc2be31e587d99ea792176 -SIZE (Lingua-EN-Gender-0.02.tar.gz) = 2336 +MD5 (Lingua-EN-Gender-1.0.tar.gz) = ed7a5a474f6c80d067614a62ff2a8077 +SIZE (Lingua-EN-Gender-1.0.tar.gz) = 34162 diff --git a/textproc/p5-Lingua-EN-Gender/pkg-plist b/textproc/p5-Lingua-EN-Gender/pkg-plist index e6e16cea201b..28114c39e6bf 100644 --- a/textproc/p5-Lingua-EN-Gender/pkg-plist +++ b/textproc/p5-Lingua-EN-Gender/pkg-plist @@ -1,4 +1,4 @@ -%%SITE_PERL%%/Lingua/EN/Gender.pm +%%SITE_PERL%%/Lingua/EN/gender.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true |