1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/py-netif/Makefile
2018-12-13 15:18:21 +00:00

27 lines
539 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= netif
PORTVERSION= 1.0.20181212
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python network configuration library for FreeBSD
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${PY_FLAVOR} \
${PY_ENUM34}
USE_GITHUB= yes
GH_ACCOUNT= freenas
GH_PROJECT= py-netif
GH_TAGNAME= be23674
HAS_CONFIGURE= yes
USES= python
USE_PYTHON= autoplist distutils cython
.include <bsd.port.mk>