2015-07-29 15:07:42 +02:00
|
|
|
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= netif
|
2017-12-26 13:04:27 +01:00
|
|
|
PORTVERSION= 1.0.20171226
|
2015-07-29 15:07:42 +02:00
|
|
|
CATEGORIES= net python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
|
|
COMMENT= Python network configuration library for FreeBSD
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2018-02-26 23:32:07 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${FLAVOR} \
|
|
|
|
${PY_ENUM34}
|
2015-07-29 15:07:42 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= freenas
|
|
|
|
GH_PROJECT= py-netif
|
2017-12-26 13:04:27 +01:00
|
|
|
GH_TAGNAME= 52675e6
|
2015-07-29 15:07:42 +02:00
|
|
|
|
|
|
|
USES= python
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= autoplist distutils cython
|
2015-07-29 15:07:42 +02:00
|
|
|
|
2018-02-26 23:32:07 +01:00
|
|
|
.include <bsd.port.mk>
|