2015-08-11 21:49:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= python-docx
|
2017-04-21 09:26:26 +02:00
|
|
|
PORTVERSION= 0.8.6
|
2015-08-11 21:49:30 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
|
|
COMMENT= Python library for creating and updating Microsoft Word files
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR}
|
2015-08-11 21:49:30 +02:00
|
|
|
|
|
|
|
# Python3 ready
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|