f60432367f
PR: ports/124921 Approved by: portmgr (pav)
23 lines
543 B
Makefile
23 lines
543 B
Makefile
# New ports collection makefile for: zdaemon
|
|
# Date created: 22 Nov, 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zdaemon
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig
|
|
RUN_DEPENDS= ${BUILDS_DEPENDS}
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|