freebsd-ports/net/py-pysphere/Makefile
Martin Wilke bf78007569 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-31 08:47:41 +00:00

22 lines
435 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
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>