freebsd-ports/sysutils/py-zdaemon/Makefile
Marcus von Appen fae188751b - Convert ports of sysutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:56:10 +00:00

21 lines
473 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= zdaemon
PORTVERSION= 2.0.7
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:${PORTSDIR}/devel/py-zconfig
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>