mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- Add regression tests - Patch py-pyhwp to use olefile instead of legacy and removed OleFileIO_PL
24 lines
733 B
Makefile
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>
|