1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Add dependency

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2016-01-12 15:22:22 +00:00
parent 4938b0bca3
commit 4d8a9a0ee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405884

View File

@ -3,6 +3,7 @@
PORTNAME= pyhwp
PORTVERSION= 0.1b8
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +12,8 @@ MAINTAINER= zi@FreeBSD.org
COMMENT= HWP Document Format v5 parser & processor
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}wheel>0:${PORTSDIR}/devel/py-wheel
${PYTHON_PKGNAMEPREFIX}wheel>0:${PORTSDIR}/devel/py-wheel \
${PYTHON_PKGNAMEPREFIX}docopt>0:${PORTSDIR}/devel/py-docopt
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= python zip