freebsd-ports/devel/py-lazr.config/Makefile
Jose Alonso Cardenas Marquez 4f5a9f7603 - Update to 2.2.1
2019-03-07 18:46:38 +00:00

21 lines
552 B
Makefile

# $FreeBSD$
PORTNAME= lazr.config
PORTVERSION= 2.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Create configuration schemas, and process and validate configurations
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lazr.delegates>=2.0.3:devel/py-lazr.delegates@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>