aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Lingua-ZH-Keywords/Makefile
blob: d3e30c2d39fb0e21bc8782a6d42d40669addfdd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: clsung
# $FreeBSD$

PORTNAME=	Lingua-ZH-Keywords
PORTVERSION=	0.04
PORTREVISION=	2
CATEGORIES=	chinese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Chinese Keywords Extraction via Lingua::ZH::TaBE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Lingua-ZH-TaBE>=0:chinese/p5-Lingua-ZH-TaBE

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>