freebsd-ports/net-mgmt/py-ciscoconfparse/Makefile
Kai Knoblich da9ff93299 net-mgmt/py-ciscoconfparse: Update to 1.3.36
Changes since 1.3.33:

* Refine JunOS parsing
* Refine IOS macro parsing
* Add support for IOS macros

Approved by:	mentors (implicit)
2019-04-26 22:24:32 +00:00

32 lines
887 B
Makefile

# $FreeBSD$
PORTNAME= ciscoconfparse
DISTVERSION= 1.3.36
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Parse, audit, query, build and modify Cisco IOS-style configurations
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>