2013-01-27 22:07:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= salt-api
|
2014-05-06 19:24:37 +02:00
|
|
|
PORTVERSION= 0.8.4
|
2013-01-27 22:07:09 +01:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
|
|
COMMENT= Exposes the fundamental aspects of Salt control to external sources
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-01-27 22:07:09 +01:00
|
|
|
|
2014-11-27 20:04:48 +01:00
|
|
|
BROKEN= Conflicts with py27-salt-2014.7.0
|
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-01-27 22:07:09 +01:00
|
|
|
|
2013-03-06 07:28:27 +01:00
|
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
|
2013-01-27 22:07:09 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|