mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
16328bcbda
- Update to 0.8.3 [1] - Allow staging - Use python auto plist PR: ports/183491 [1] Submitted by: Christer Edwards <christer.edwards gmail.com> (maintainer)
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= salt-api
|
|
PORTVERSION= 0.8.3
|
|
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= AL2
|
|
|
|
FETCH_ARGS= -pRr
|
|
USE_PYTHON= 2.6-2.7
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
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>
|