diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-30 16:16:48 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-30 16:16:48 +0000 |
commit | 5dbf3fedcd2c8d6931a7fe5d991febf966e866f0 (patch) | |
tree | 1191c98d6b14af43c9214b847d5c1f03b82a9379 /textproc/p5-Lingua-EN-Gender | |
parent | 4792baef2d58ae71f584bbf3229ea31415f9cc61 (diff) | |
download | ports-5dbf3fedcd2c8d6931a7fe5d991febf966e866f0.tar.gz ports-5dbf3fedcd2c8d6931a7fe5d991febf966e866f0.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Gender')
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Gender/pkg-plist | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Gender/Makefile b/textproc/p5-Lingua-EN-Gender/Makefile new file mode 100644 index 000000000000..3aa600b22635 --- /dev/null +++ b/textproc/p5-Lingua-EN-Gender/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Lingua::EN::Gender +# Date created: 30 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-EN-Gender +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Lingua::EN::Gender.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-EN-Gender/distinfo b/textproc/p5-Lingua-EN-Gender/distinfo new file mode 100644 index 000000000000..9fafe43e5430 --- /dev/null +++ b/textproc/p5-Lingua-EN-Gender/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-EN-Gender-0.02.tar.gz) = b8f3877aabfc2be31e587d99ea792176 diff --git a/textproc/p5-Lingua-EN-Gender/pkg-comment b/textproc/p5-Lingua-EN-Gender/pkg-comment new file mode 100644 index 000000000000..bca695f7a77b --- /dev/null +++ b/textproc/p5-Lingua-EN-Gender/pkg-comment @@ -0,0 +1 @@ +Inflect pronouns for gender diff --git a/textproc/p5-Lingua-EN-Gender/pkg-descr b/textproc/p5-Lingua-EN-Gender/pkg-descr new file mode 100644 index 000000000000..171c583e2f20 --- /dev/null +++ b/textproc/p5-Lingua-EN-Gender/pkg-descr @@ -0,0 +1,6 @@ +Small module for inflecting pronouns for a bunch of different +genders. + +WWW: http://search.cpan.org/search?dist=Lingua-EN-Gender + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Lingua-EN-Gender/pkg-plist b/textproc/p5-Lingua-EN-Gender/pkg-plist new file mode 100644 index 000000000000..a6e1217ef626 --- /dev/null +++ b/textproc/p5-Lingua-EN-Gender/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Gender.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true |