|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= daemon |
4 |
PORTNAME= daemon |
| 5 |
PORTVERSION= 1.6 |
5 |
PORTVERSION= 2.0.6 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 12-21
Link Here
|
| 12 |
MAINTAINER= jessekempf@gmail.com |
11 |
MAINTAINER= jessekempf@gmail.com |
| 13 |
COMMENT= Well-behaved daemon framework for Python |
12 |
COMMENT= Well-behaved daemon framework for Python |
| 14 |
|
13 |
|
| 15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile |
14 |
LICENSE= APACHE20 |
|
|
15 |
|
| 16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ |
| 17 |
${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:${PORTSDIR}/devel/py-lockfile |
| 16 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
| 17 |
|
19 |
|
| 18 |
USE_PYTHON= autoplist distutils |
20 |
NO_ARCH= yes |
| 19 |
USES= python:2 |
21 |
USE_PYTHON= autoplist concurrent distutils |
|
|
22 |
USES= python |
| 20 |
|
23 |
|
| 21 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |