mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
29e059cd77
PR: 164008 Submitted by: novel (myself) Approved by: Stanislav A Svirid (maintainer)
22 lines
471 B
Makefile
22 lines
471 B
Makefile
# New ports collection makefile for: py-netifaces
|
|
# Date created: May 27 2009
|
|
# Whom: Stanislav Svirid <count@211.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netifaces
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://alastairs-place.net/projects/netifaces/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= count@211.ru
|
|
COMMENT= Getting network addresses from Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
.include <bsd.port.mk>
|