- Upgrade to 0.15.
PR: ports/172175 Submitted by: sunpoet
This commit is contained in:
parent
373ea4e908
commit
3de407cb76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305335
@ -1,12 +1,7 @@
|
||||
# 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.13
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,10 +10,13 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to inflect short English Phrases
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Lingua-EN-FindNumber>=0:${PORTSDIR}/textproc/p5-Lingua-EN-FindNumber \
|
||||
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.20:${PORTSDIR}/textproc/p5-Lingua-EN-Tagger
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Lingua-EN-Inflect-Phrase-0.13.tar.gz) = b5f3b6c2e4b83f51282ac73969e48995eb7e7e0cd4eeaf03889a67cb7c8f13be
|
||||
SIZE (Lingua-EN-Inflect-Phrase-0.13.tar.gz) = 30195
|
||||
SHA256 (Lingua-EN-Inflect-Phrase-0.15.tar.gz) = 0ab7f20a212cd7911d4f42718ae5a15f8627bb62c8a3da22e92b30fe1065c987
|
||||
SIZE (Lingua-EN-Inflect-Phrase-0.15.tar.gz) = 32312
|
||||
|
@ -1,5 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist
|
||||
%%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm
|
||||
@comment @dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/EN
|
||||
@dirrmtry %%SITE_PERL%%/Lingua
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase
|
||||
@comment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
|
Loading…
Reference in New Issue
Block a user