opnsense-ports/textproc/py-docx2txt/Makefile
Franco Fichtner 02408012e6 */*: sync with upstream
Taken from: HardenedBSD
2018-06-16 10:31:02 +02:00

19 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= docx2txt
DISTVERSION= 0.7
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>