mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# Created by: olli hauer <ohauer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysphere
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ohauer@FreeBSD.org
|
|
COMMENT= Python API for interaction with the vSphere Web Services SDK
|
|
|
|
LICENSE= BSD
|
|
|
|
USES= dos2unix zip
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|