aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-04-26 10:38:00 +0800
committermiwi <miwi@FreeBSD.org>2014-04-26 10:38:00 +0800
commit367281fea65c2a6c396c24b0523f8e586540ee35 (patch)
treeb76596c49b17ac09c20acd64800c59d5de4b1b5d
parent8e4d276f39a51eda5e059f954251158019f1fd4b (diff)
downloadfreebsd-ports-gnome-367281fea65c2a6c396c24b0523f8e586540ee35.tar.gz
freebsd-ports-gnome-367281fea65c2a6c396c24b0523f8e586540ee35.tar.zst
freebsd-ports-gnome-367281fea65c2a6c396c24b0523f8e586540ee35.zip
- Support USE_GITHUP
PR: 187760 Submitted by: Ports FUry
-rw-r--r--net/py-netaddr/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/py-netaddr/Makefile b/net/py-netaddr/Makefile
index ea0cf72de5ac..46cad10763e6 100644
--- a/net/py-netaddr/Makefile
+++ b/net/py-netaddr/Makefile
@@ -4,7 +4,7 @@
PORTNAME= netaddr
PORTVERSION= 0.7.10
CATEGORIES= net python
-MASTER_SITES= https://github.com/downloads/drkjam/netaddr/
+MASTER_SITES= GHC
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
@@ -12,6 +12,11 @@ COMMENT= Python library for the manipulation of network addresses
LICENSE= BSD
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_GITHUB= yes
+GH_ACCOUNT= drkjam
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes