opnsense-ports/net/py-netifaces/Makefile
Franco Fichtner d66b504cfb */*: sync with upstream
Taken from: FreeBSD
2015-07-02 10:32:06 +02:00

18 lines
344 B
Makefile

# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD$
PORTNAME= netifaces
PORTVERSION= 0.10.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= count@211.ru
COMMENT= Getting network addresses from Python
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>