2016-10-04 22:05:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ucl
|
|
|
|
PORTVERSION= 0.8.0
|
|
|
|
CATEGORIES= textproc python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
|
|
COMMENT= UCL parser and emmitter
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKDIR}/libucl-${PORTVERSION}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libucl.so:textproc/libucl
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
GH_ACCOUNT= vstakhov
|
|
|
|
GH_PROJECT= libucl
|
|
|
|
|
2017-01-03 19:12:13 +01:00
|
|
|
WRKSRC_SUBDIR= python
|
2016-10-04 22:05:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|