mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
df14ae5e17
Reported by: portscout
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= docx2txt
|
|
DISTVERSION= 0.8
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Pure python-based utility to extract text and images from docx files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|