mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
ed1264937f
- Update WWW to new GH page Relnotes: https://github.com/mbj4668/pyang/releases/tag/pyang-1.7.4
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# Created by: Bruce Simpson
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyang
|
|
PORTVERSION= 1.7.4
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Validator and code generator for YANG (RFC 4741)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/yang
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|share/man|man|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|