forked from Lainports/freebsd-ports
27 lines
653 B
Makefile
27 lines
653 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= salt-api
|
|
PORTVERSION= 0.8.4
|
|
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
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BROKEN= Conflicts with py27-salt-2014.7.0
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2015-06-29
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|