blob: bb06c96136c9c1d3ea7e261ffc60f2be2e97b3d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= cld
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= chromium-compact-language-detector
DISTNAME= compact-language-detector-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Chromium compact language detector library
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|