Inflect short English Phrases.
WWW: http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
This commit is contained in:
parent
8ad8a6666c
commit
20df364a24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254187
5 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
27
textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
Normal file
27
textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
Normal file
|
@ -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>
|
3
textproc/p5-Lingua-EN-Inflect-Phrase/distinfo
Normal file
3
textproc/p5-Lingua-EN-Inflect-Phrase/distinfo
Normal file
|
@ -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
|
3
textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr
Normal file
3
textproc/p5-Lingua-EN-Inflect-Phrase/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Inflect short English Phrases.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
|
5
textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist
Normal file
5
textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue