1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- add dependency on pkgconfig to fix build

- use CHEESESHOP shortcut in MASTER_SITES
- add license (MIT)
- tab -> space change in pkg-descr:WWW

Reported by:	pointyhat (po.miwibox.org)
Approved by:	demon (maintainer, by mail)
This commit is contained in:
Ruslan Makhmatkhanov 2013-02-25 18:30:16 +00:00
parent 6756d4f79b
commit 440432042c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312937
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= cld
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR=source/c/chromium_compact_language_detector
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= chromium_compact_language_detector-${PORTVERSION}
@ -12,11 +12,14 @@ DISTNAME= chromium_compact_language_detector-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python bindings for chromium compact language detector library
LICENSE= BSD
LIB_DEPENDS= cld:${PORTSDIR}/devel/cld
USE_PKGCONFIG= build
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME=chromium_compact_language_detector
PYDISTUTILS_PKGNAME= chromium_compact_language_detector
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cld.so

View File

@ -2,4 +2,4 @@ A port from the CLD (Compact Language Detector) library embedded in
Google's Chromium browser. The library detects the language from
provided UTF8 text (plain text or HTML). This is python bindings.
WWW: http://pypi.python.org/pypi/chromium_compact_language_detector
WWW: http://pypi.python.org/pypi/chromium_compact_language_detector