# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/p5-Lingua-EN-Tagger/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	Lingua-EN-Tagger
PORTVERSION=	0.25
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Part-of-speech tagger for English natural language processing

LICENSE=	GPLv3

BUILD_DEPENDS=	p5-HTML-Parser>=3.45:www/p5-HTML-Parser \
		p5-HTML-Tagset>=3.20:www/p5-HTML-Tagset \
		p5-Lingua-Stem>=0.81:textproc/p5-Lingua-Stem \
		p5-Memoize-ExpireLRU>=0.55:devel/p5-Memoize-ExpireLRU
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
