3acbced3c5
daemonize 2.5.0 Update Makefile Change webhook url Fix deprecation warnings for logger.warn() Only hard edit when there's processes to maintain fix(travis): update notification webhook
16 lines
428 B
Makefile
16 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/01/21 13:03:24 adam Exp $
|
|
|
|
DISTNAME= daemonize-2.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/daemonize/}
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= https://github.com/thesharp/daemonize
|
|
COMMENT= Library for writing system daemons in Python
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|