1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/py-netifaces/Makefile
Frederic Culot 0e7bd0c1c7 - Update to 0.10.3
- Add LICENSE (MIT)
- Update MASTER_SITES
- Pet portlint(1)

PR:		ports/189475
Submitted by:	olivierd@
Approved by:	Stanislav Svirid <count@211.ru> (maintainer timeout)
2014-05-23 08:09:36 +00:00

20 lines
362 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>