Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/net-mgmt/py-ciscoconfparse/Makefile 465496 2018-03-25 04:56:13Z yuri $ |
1 |
# $FreeBSD: head/net-mgmt/py-ciscoconfparse/Makefile 465496 2018-03-25 04:56:13Z yuri $ |
2 |
|
2 |
|
3 |
PORTNAME= ciscoconfparse |
3 |
PORTNAME= ciscoconfparse |
4 |
DISTVERSION= 1.3.10 |
4 |
DISTVERSION= 1.3.11 |
5 |
CATEGORIES= net-mgmt python |
5 |
CATEGORIES= net-mgmt python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-21
Link Here
|
14 |
|
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ |
|
|
17 |
${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} |
19 |
${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \ |
|
|
20 |
${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} |
19 |
|
21 |
|
20 |
USES= python |
22 |
USES= python |
21 |
USE_PYTHON= distutils autoplist |
23 |
USE_PYTHON= distutils autoplist |