a27d455d7f
processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose. WWW: https://pypi.python.org/pypi/daemons PR: ports/187412 Submitted by: fax@nohik.ee
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= daemons
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= Resource library for Python developers to create daemon processes
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|