5e808ff564
daemonize is a library for writing system daemons in Python. WWW: https://github.com/thesharp/daemonize PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= daemonize
|
|
PORTVERSION= 2.4.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= brendan+freebsd@bbqsrc.net
|
|
COMMENT= Enables code to run as a daemon process on Unix-like systems
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|