freebsd-ports/textproc/py-ucl/Makefile
Tobias Kortkamp 8d85b57792 textproc/libucl: Update to 0.8.1
- Bump revision of consumers for shared library change
- Pet portlint and reorder some variables
- Mark the SIGNATURES option as broken with OpenSSL 1.1.1.  It has
  been broken for a while even with libucl 0.8.0.

Changes:	https://github.com/vstakhov/libucl/blob/0.8.1/ChangeLog.md#libucl-081
PR:		233383
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by:	koobs (maintainer timeout, 4 months)
2019-03-23 10:42:25 +00:00

28 lines
490 B
Makefile

# $FreeBSD$
PORTNAME= ucl
PORTVERSION= 0.8.1
PORTREVISION= 1
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
CFLAGS+= -I${PREFIX}/include
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils
GH_ACCOUNT= vstakhov
GH_PROJECT= libucl
WRKSRC_SUBDIR= python
.include <bsd.port.mk>