27 lines
530 B
Makefile
27 lines
530 B
Makefile
COMMENT = Python library for NETCONF clients
|
|
|
|
MODPY_EGG_VERSION = 0.6.12
|
|
DISTNAME = ncclient-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://ncclient.readthedocs.io/en/latest/
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = security/py-paramiko${MODPY_FLAVOR} \
|
|
devel/py-six${MODPY_FLAVOR} \
|
|
textproc/py-lxml${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|