mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
PyRoute2 is a pure Python netlink library. This module provides Ethtool. WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ethtool
22 lines
503 B
Makefile
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>
|