b49eeb68ee
- Pass maintainership to submitter - While I'm here, support STAGEDIR Changes: https://code.google.com/p/pyang/source/browse/trunk/CHANGES PR: ports/183998 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
442 B
Makefile
24 lines
442 B
Makefile
# Created by: Bruce Simpson
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyang
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Validator and code generator for YANG (RFC 4741)
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
DATADIR= ${PREFIX}/share/yang
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|share/man|man|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|