blob: c3bec170982ac0b250d7a7141228ea3ca642482e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= Lingua-Identify-CLD
PORTVERSION= 0.09
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Interface to Chrome language detection library
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcld.so:${PORTSDIR}/devel/cld
BUILD_DEPENDS= p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \
p5-ExtUtils-CBuilder>0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
p5-ExtUtils-ParseXS>=0:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
p5-ExtUtils-LibBuilder>=0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder
RUN_DEPENDS= p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|