aboutsummaryrefslogtreecommitdiff
path: root/net/py-pysphere/Makefile
blob: 37476acaf6ed9951b58c86ca83ca087985450ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: olli hauer <ohauer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pysphere
PORTVERSION=	0.1.8
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

USE_ZIP=	yes
USE_DOS2UNIX=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

NO_STAGE=	yes
.include <bsd.port.mk>