1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/py-pysphere/Makefile
Olli Hauer d8b553dcfc - use new python:2.7 notation
- use shebangfix
- bump PORTREVISION
2014-09-28 18:43:55 +00:00

28 lines
628 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
python_CMD= ${PYTHON_CMD}
SHEBANG_FILES= *.py \
pysphere/ZSI/*.py \
pysphere/ZSI/generate/*.py \
pysphere/ZSI/wstools/*.py
.include <bsd.port.mk>