freebsd-ports/devel/py-daemon/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>