aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lz4/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-22 15:47:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-22 15:47:03 +0000
commit9a8af760d45e790fd14d38ffee8fa2adbd47d5e8 (patch)
tree87ca498de7b0049fe518d32f5c9d8e2c38855c08 /archivers/py-lz4/Makefile
parent38f05b02ec2224b0d2ff9aad199c4d81c5a35476 (diff)
downloadports-9a8af760d45e790fd14d38ffee8fa2adbd47d5e8.tar.gz
ports-9a8af760d45e790fd14d38ffee8fa2adbd47d5e8.zip
Update to 0.19.1
Notes
Notes: svn path=/head/; revision=459666
Diffstat (limited to 'archivers/py-lz4/Makefile')
-rw-r--r--archivers/py-lz4/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index 1b84c767e847..fdacb3c02b2c 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lz4
-PORTVERSION= 0.18.2
+PORTVERSION= 0.19.1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,4 +28,10 @@ post-install:
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/block/_block.so \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/frame/_frame.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>