freebsd-ports/textproc/py-python-docx/Makefile
Martin Wilke 47656af188 - Update to 0.8.6
PR:		218531
Submitted by:	maintainer
2017-04-21 07:26:26 +00:00

21 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= python-docx
PORTVERSION= 0.8.6
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml
# Python3 ready
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>