blob: 27fce0432492c4f6b6b4007f5a07ca2c7f7a8839 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: zdaemon
# Date created: 22 Nov, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zdaemon
PORTVERSION= 2.0.4
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
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>
|