diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 14:12:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-29 14:12:44 +0000 |
commit | 546d58321e31e5b2b03cb4d686a239ceb3d04145 (patch) | |
tree | 9f7679f1d9b8b157552aee3fbb6a7fcda30ecfd8 /net/py-netifaces/Makefile | |
parent | 8a959dcddbae59e5a96c8164e99e4307b07531ff (diff) | |
download | ports-546d58321e31e5b2b03cb4d686a239ceb3d04145.tar.gz ports-546d58321e31e5b2b03cb4d686a239ceb3d04145.zip |
Notes
Diffstat (limited to 'net/py-netifaces/Makefile')
-rw-r--r-- | net/py-netifaces/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile new file mode 100644 index 000000000000..8482d09d4c19 --- /dev/null +++ b/net/py-netifaces/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-netifaces +# Date created: May 27 2009 +# Whom: Stanislav Svirid <count@211.ru> +# +# $FreeBSD$ +# + +PORTNAME= netifaces +PORTVERSION= 0.5 +CATEGORIES= net python +MASTER_SITES= http://alastairs-place.net/2007/03/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> |