Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= WsgiDAV |
3 |
PORTNAME= WsgiDAV |
4 |
PORTVERSION= 1.2.0 |
4 |
PORTVERSION= 2.0.0 |
5 |
CATEGORIES= www python |
5 |
CATEGORIES= www python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-18
Link Here
|
11 |
|
11 |
|
12 |
LICENSE= MIT |
12 |
LICENSE= MIT |
13 |
|
13 |
|
|
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>=0:www/py-cherrypy \ |
15 |
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ |
16 |
${PYTHON_PKGNAMEPREFIX}cov-core>=0:devel/py-cov-core \ |
17 |
${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest |
18 |
|
14 |
NO_ARCH= yes |
19 |
NO_ARCH= yes |
15 |
USES= python:2 zip |
20 |
USES= python:2.7-3.5 zip |
16 |
USE_PYTHON= distutils autoplist |
21 |
USE_PYTHON= distutils autoplist |
17 |
|
22 |
|
18 |
post-extract: |
23 |
post-extract: |