aboutsummaryrefslogblamecommitdiff
path: root/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
blob: e4b811e8de0cc53d6d0221c3a74e2ef1ff82557d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                        
                    
                 






                                                               
                            

                    
                              
                 
                                                                     
                                                                   


                                                                                
                 

                                                                                
 

                         
 
                      
PORTNAME=	Lingua-EN-Inflect-Phrase
PORTVERSION=	0.18
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to inflect short English Phrases

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	\
	p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \
	p5-Lingua-EN-Inflect>=1.891:textproc/p5-Lingua-EN-Inflect \
	p5-Lingua-EN-Inflect-Number>=1.1:textproc/p5-Lingua-EN-Inflect-Number \
	p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \
	p5-Lingua-EN-Tagger>=0.20:textproc/p5-Lingua-EN-Tagger
TEST_DEPENDS=	\
	p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \
	p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>