# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD: head/textproc/p5-Lingua-EN-Tagger/Makefile 429340 2016-12-24 13:03:16Z sunpoet $

PORTNAME=	Lingua-EN-Tagger
PORTVERSION=	0.28
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}

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
