# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/py-pyhwp/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	pyhwp
PORTVERSION=	0.1b8
PORTREVISION=	2
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 \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel \
		${PYTHON_PKGNAMEPREFIX}olefile>=0.40:devel/py-olefile \
		${PYTHON_PKGNAMEPREFIX}hypua2jamo>0:textproc/py-hypua2jamo \
		${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		python zip
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
