mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: clsung
|
|
|
|
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>
|