ports/textproc/py-pyhwp/Makefile
Antoine Brodin 315dd49033 - Update py-olefile to 0.45.1
- Add regression tests
- Patch py-pyhwp to use olefile instead of legacy and removed OleFileIO_PL
2018-02-03 09:52:35 +00:00

24 lines
733 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyhwp
PORTVERSION= 0.1b8
PORTREVISION= 3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zi@FreeBSD.org
COMMENT= HWP Document Format v5 parser & processor
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}olefile>=0.40:devel/py-olefile@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypua2jamo>0:textproc/py-hypua2jamo@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${FLAVOR}
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= python:2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>