blob: 31df0f3df3fe6bcef3691208e98adee63cb004ab (
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
26
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= Lingua-Identify-CLD
PORTVERSION= 0.09
PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Interface to Chrome language detection library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= p5-Config-AutoConf>=0.17:devel/p5-Config-AutoConf \
p5-ExtUtils-LibBuilder>=0.04:devel/p5-ExtUtils-LibBuilder
LIB_DEPENDS= libcld.so:devel/cld
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Identify/CLD/CLD.so
.include <bsd.port.mk>
|