4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# Created by: jessekempf@gmail.com
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils \
|
|
${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|