mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
729d5b9ff9
PR: ports/178093 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
31 lines
617 B
Makefile
31 lines
617 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= salt-api
|
|
PORTVERSION= 0.8.1
|
|
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
|
|
|
|
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
|
|
|
|
MAN1= salt-api.1
|
|
MAN7= salt-api.7
|
|
|
|
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>
|