aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-27 18:03:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-27 18:07:55 +0000
commite02ff931f781315657e3f918fc3d867ccfcf2d8f (patch)
treecc56ae68f6235638e5d8b8ddad868e6ab99f4278
parent16ca70e856e999b6719e0214f8c0751d361b11f8 (diff)
downloadports-e02ff931f781315657e3f918fc3d867ccfcf2d8f.tar.gz
ports-e02ff931f781315657e3f918fc3d867ccfcf2d8f.zip
graphics/py-momepy: Add GitHub to MASTER_SITES
-rw-r--r--graphics/py-momepy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-momepy/Makefile b/graphics/py-momepy/Makefile
index 7478575c4686..5ff404086382 100644
--- a/graphics/py-momepy/Makefile
+++ b/graphics/py-momepy/Makefile
@@ -2,7 +2,8 @@ PORTNAME= momepy
PORTVERSION= 0.5.4
PORTREVISION= 2
CATEGORIES= graphics python
-MASTER_SITES= PYPI
+MASTER_SITES= PYPI \
+ https://github.com/pysal/momepy/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org