aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-liblarch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-liblarch/Makefile')
-rw-r--r--devel/py-liblarch/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-liblarch/Makefile b/devel/py-liblarch/Makefile
index 58e1454140f7..8db0b971dca0 100644
--- a/devel/py-liblarch/Makefile
+++ b/devel/py-liblarch/Makefile
@@ -3,7 +3,6 @@
PORTNAME= liblarch
PORTVERSION= 2.1.0
CATEGORIES= devel python
-MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
@@ -11,8 +10,13 @@ COMMENT= Python library to easily handle data structures
LICENSE= LGPL3
+USE_GITHUB= yes
USE_GNOME= pygobject
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
+GH_ACCOUNT= ${PORTNAME}
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= 76d6490
+
.include <bsd.port.mk>