17 lines
419 B
Makefile
17 lines
419 B
Makefile
# Created by: Dan Langille <dvl@FreeBSD.org>
|
|
|
|
PORTNAME= daemon-runner
|
|
PORTVERSION= 0.0.15
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Simple command line runner on top of python-daemon
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|