summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/py-python-geohash/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-python-geohash/Makefile b/misc/py-python-geohash/Makefile
index 04b3c645f436..31bfbf66f26a 100644
--- a/misc/py-python-geohash/Makefile
+++ b/misc/py-python-geohash/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= python-geohash
-PORTVERSION= 0.8.5
-PORTREVISION= 1
+DISTVERSION= 0.8.5
+PORTREVISION= 2
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,10 @@ COMMENT= Fast, accurate python geohashing library
LICENSE= APACHE20 MIT BSD3CLAUSE
LICENSE_COMB= multi
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-USES= python:2.7
+USES= python
USE_PYTHON= autoplist distutils
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/_geohash.so
+
.include <bsd.port.mk>