freebsd-ports/sysutils/py-honcho/Makefile
Fukang Chen 7dc7b56b8c [NEW] sysutils/py-honcho:
Managing Procfile-based applications tool

Honcho is a Python port of Foreman, a tool for managing
Procfile-based applications.

WWW: https://github.com/nickstenning/honcho

Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3047
2015-07-11 08:34:54 +00:00

27 lines
542 B
Makefile

# Created by: loader <loader@FreeBSD.org>
# $FreeBSD$
PORTNAME= honcho
PORTVERSION= 0.6.6
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@FreeBSD.org
COMMENT= Managing Procfile-based applications tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2
USE_GITHUB= yes
GH_ACCOUNT= nickstenning
USES= python
USE_PYTHON= autoplist distutils
regression-test:
@cd ${WRKSRC} && py.test
.include <bsd.port.mk>