6e381a9d53
using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# Created by: olli hauer <ohauer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysphere
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 2
|
|
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= BSD3CLAUSE
|
|
|
|
USES= dos2unix zip shebangfix python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
SHEBANG_LANG= python
|
|
python_OLD_CMD= /usr/bin/env python
|
|
SHEBANG_FILES= *.py \
|
|
pysphere/ZSI/*.py \
|
|
pysphere/ZSI/generate/*.py \
|
|
pysphere/ZSI/wstools/*.py
|
|
|
|
.include <bsd.port.mk>
|