1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/py-salt-api/Makefile
Frederic Culot 729d5b9ff9 - Update to 0.8.1
PR:		ports/178093
Submitted by: 	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-04-24 16:18:51 +00:00

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>