mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
23 lines
467 B
Makefile
23 lines
467 B
Makefile
PORTNAME= pyang
|
|
PORTVERSION= 1.7.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Validator and code generator for YANG (RFC 4741)
|
|
WWW= https://github.com/mbj4668/pyang/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/yang
|
|
|
|
.include <bsd.port.mk>
|