f1a8e1d031
- remove pkg-plist, port has PYDISTUTILS_AUTOPLIST=yes defined PR: ports/189383 Submitted by: ohauer Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
24 lines
553 B
Makefile
24 lines
553 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
|
|
|
|
USE_PYTHON= 2
|
|
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>
|