Lines 2-9
Link Here
|
2 |
# $FreeBSD: branches/2019Q4/textproc/py-xlutils/Makefile 472884 2018-06-20 17:05:41Z mat $ |
2 |
# $FreeBSD: branches/2019Q4/textproc/py-xlutils/Makefile 472884 2018-06-20 17:05:41Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= xlutils |
4 |
PORTNAME= xlutils |
5 |
PORTVERSION= 1.7.0 |
5 |
PORTVERSION= 2.0.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= textproc python |
6 |
CATEGORIES= textproc python |
8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 17-23
Link Here
|
17 |
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR} |
16 |
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR} |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
17 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
|
18 |
|
20 |
USES= python:2.7 |
19 |
USES= python |
21 |
USE_PYTHON= distutils autoplist |
20 |
USE_PYTHON= distutils autoplist |
22 |
|
21 |
|
23 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |