2013-10-31 22:21:51 +01:00
|
|
|
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= halite
|
2014-02-02 08:46:00 +01:00
|
|
|
PORTVERSION= 0.1.15
|
2016-03-23 10:20:35 +01:00
|
|
|
PORTREVISION= 1
|
2013-10-31 22:21:51 +01:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
|
|
COMMENT= SaltStack Web UI
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-10-31 22:21:51 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy
|
2013-10-31 22:21:51 +01:00
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-10-31 22:21:51 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|