mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6766b45fe5
WWW: https://github.com/mikemaccana/python-docx PR: 201320 Submitted by: jjachuf@gmail.com
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-docx
|
|
PORTVERSION= 0.8.5
|
|
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:${PORTSDIR}/devel/py-lxml
|
|
|
|
# Python3 ready
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|