ports/net/py-pyroute2.ethtool/Makefile
Po-Chuan Hsieh ca87f9b768
net/py-pyroute2.ethtool: Add py-pyroute2.ethtool 0.6.4
PyRoute2 is a pure Python netlink library.

This module provides Ethtool.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ethtool
2021-06-21 04:43:36 +08:00

22 lines
503 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyroute2.ethtool
PORTVERSION= 0.6.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Netlink library: ethtool
LICENSE= APACHE20 GPLv2+
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>