freebsd-ports/net/py-netifaces/Makefile
Baptiste Daroussin d65b135cba Modernize mython
2014-08-29 10:44:09 +00:00

18 lines
344 B
Makefile

# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD$
PORTNAME= netifaces
PORTVERSION= 0.10.3
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= distutils autoplist
.include <bsd.port.mk>