diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-05-12 17:32:42 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-05-12 17:32:42 +0800 |
commit | 7a747c344a9725dbe87cfd5ac5b32acfb56d161b (patch) | |
tree | 50732a1fdcb2b1cea8cdb7afc2a521b78359d738 | |
parent | 2b975c45f74e41d90b130b36fd2c70f5984c7406 (diff) | |
download | freebsd-ports-gnome-7a747c344a9725dbe87cfd5ac5b32acfb56d161b.tar.gz freebsd-ports-gnome-7a747c344a9725dbe87cfd5ac5b32acfb56d161b.tar.zst freebsd-ports-gnome-7a747c344a9725dbe87cfd5ac5b32acfb56d161b.zip |
Inflect short English Phrases.
WWW: http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index af18499c5784..f83bf5e82cca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -476,6 +476,7 @@ SUBDIR += p5-Lingua-EN-Infinitive SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Inflect-Number + SUBDIR += p5-Lingua-EN-Inflect-Phrase SUBDIR += p5-Lingua-EN-MatchNames SUBDIR += p5-Lingua-EN-NameCase SUBDIR += p5-Lingua-EN-NameParse diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile new file mode 100644 index 000000000000..804bdcad564c --- /dev/null +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Lingua::EN::Inflect::Phrase +# Date created: 12 May 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-EN-Inflect-Phrase +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to inflect short English Phrases + +RUN_DEPENDS= \ + p5-Lingua-EN-Inflect>=1.89.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ + p5-Lingua-EN-Inflect-Number>=1.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ + p5-Lingua-EN-Tagger>=0.15:${PORTSDIR}/textproc/p5-Lingua-EN-Tagger +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Lingua::EN::Inflect::Phrase.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo new file mode 100644 index 000000000000..ba3b6d174f67 --- /dev/null +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo @@ -0,0 +1,3 @@ +MD5 (Lingua-EN-Inflect-Phrase-0.04.tar.gz) = 79aa10fd4a3502ff0c7b0aedce4a0f6a +SHA256 (Lingua-EN-Inflect-Phrase-0.04.tar.gz) = 20713b94a78834ce5a247a0a3f953dd86567b46cdda1c7fbd6cbe7c0e6274789 +SIZE (Lingua-EN-Inflect-Phrase-0.04.tar.gz) = 24418 diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr new file mode 100644 index 000000000000..add4632de2f2 --- /dev/null +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr @@ -0,0 +1,3 @@ +Inflect short English Phrases. + +WWW: http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/ diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist new file mode 100644 index 000000000000..2810360b15d3 --- /dev/null +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist +%%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm +@comment @dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase +@comment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect |