mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add py-daemon
This commit is contained in:
22
python/py-daemon/Makefile
Normal file
22
python/py-daemon/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by: jessekempf@gmail.com
|
||||
# $FreeBSD: head/devel/py-daemon/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= daemon
|
||||
PORTVERSION= 2.0.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-daemon-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jessekempf@gmail.com
|
||||
COMMENT= Well-behaved daemon framework for Python
|
||||
|
||||
#BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:python/py-docutils@${PY_FLAVOR} \
|
||||
# ${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:python/py-lockfile@${PY_FLAVOR}
|
||||
#RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user