freebsd-ports/sysutils/salt-cloud/Makefile
Steve Wills 6cf8a3c5bf Salt Cloud is a generic cloud provisioning tool which can hook into
existing cloud management systems.

WWW:	http://saltstack.org

PR:		ports/171225
Submitted by:	christer.edwards@gmail.com
2012-09-07 17:51:35 +00:00

37 lines
921 B
Makefile

# New ports collection makefile for: salt-cloud
# Date created: 2012-07-16
# Whom: Christer Edwards <christer.edwards@gmail.com>
#
# $FreeBSD$
#
PORTNAME= salt-cloud
PORTVERSION= 0.7.0
CATEGORIES= sysutils python
MASTER_SITES= https://github.com/downloads/saltstack/salt-cloud/
MAINTAINER= christer.edwards@gmail.com
COMMENT= Provisioning salted minions to various cloud providers
LICENSE= AL2
FETCH_ARGS= -pRr
USE_PYTHON= 2.6-2.7
USE_PYDISTUTILS= yes
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
MAN1= salt-cloud.1
MAN7= salt-cloud.7
BUILD_DEPENDS+= salt:${PORTSDIR}/sysutils/salt \
${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}libcloud>=0:${PORTSDIR}/net/py-libcloud \
${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \
RUN_DEPENDS:= ${BUILD_DEPENDS}
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py
.include <bsd.port.mk>