mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
86615de50d
- update my email address to loader@FreeBSD.org. Approved by: danfe Differential Revision: https://reviews.freebsd.org/D3612
28 lines
547 B
Makefile
28 lines
547 B
Makefile
# Created by: Fukang Chen <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>
|