freebsd-ports/sysutils/py-zdaemon/Makefile
Ruslan Makhmatkhanov 89a5733c81 - update to 2.0.7
- add LICENSE (ZPL21)

While here:
- strict python version to 2.x only
- remove unneded BUILD_DEPENDS

PR:		168857
Submitted by:	koobs <koobs.freebsd at gmail dot com>
2012-06-17 04:42:41 +00:00

24 lines
535 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.7
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
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>