freebsd-ports/net/mrtparse/Makefile
Olivier Cochard f33c0e3735 Update to 2.0.0
Reported by:	portscout
2020-09-23 12:15:05 +00:00

32 lines
668 B
Makefile

# $FreeBSD$
PORTNAME= mrtparse
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivier@FreeBSD.org
COMMENT= MRT format data parser
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix
GH_ACCOUNT= t2mune
GH_PROJECT= ${PORTNAME}
NO_ARCH= yes
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
SHEBANG_FILES= examples/mrt2bgpdump.py \
examples/mrt2exabgp.py
post-patch:
@${MV} ${WRKSRC}/examples/mrt2bgpdump.py ${WRKSRC}/examples/mrt2bgpdump
@${MV} ${WRKSRC}/examples/mrt2exabgp.py ${WRKSRC}/examples/mrt2exabgp
@${RM} ${WRKSRC}/examples/README.rst
.include <bsd.port.mk>