freebsd-ports/sysutils/salt-cloud/Makefile
Beech Rintoul ba40d8b841 Feature safe: yes
- Update to 0.8.1

PR:		ports/174115
Submitted by:	Christer Edwards <christer.edwards@gmail.com>
2012-12-07 05:56:32 +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.8.1
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>