mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
textproc/py-ucl: UCL parser and emmitter.
WWW: https://github.com/vstakhov/libucl/
This commit is contained in:
parent
080c697cfe
commit
01af09e1a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423300
@ -1315,6 +1315,7 @@
|
||||
SUBDIR += py-translationstring
|
||||
SUBDIR += py-tvgrab
|
||||
SUBDIR += py-twistedLore
|
||||
SUBDIR += py-ucl
|
||||
SUBDIR += py-whoosh
|
||||
SUBDIR += py-wicked
|
||||
SUBDIR += py-wordnet
|
||||
|
25
textproc/py-ucl/Makefile
Normal file
25
textproc/py-ucl/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $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
|
||||
|
||||
WRKSRC= ${WRKDIR}/libucl-${PORTVERSION}/python
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-ucl/distinfo
Normal file
3
textproc/py-ucl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475610918
|
||||
SHA256 (vstakhov-libucl-0.8.0_GH0.tar.gz) = af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1
|
||||
SIZE (vstakhov-libucl-0.8.0_GH0.tar.gz) = 2022942
|
3
textproc/py-ucl/pkg-descr
Normal file
3
textproc/py-ucl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
UCL parser and emmitter.
|
||||
|
||||
WWW: https://github.com/vstakhov/libucl/
|
Loading…
Reference in New Issue
Block a user