summaryrefslogtreecommitdiff
path: root/devel/libbson
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-06-10 17:24:49 +0000
committerfhajny <fhajny@pkgsrc.org>2015-06-10 17:24:49 +0000
commitd30ea51eef055e9b6d65a4d35295618d5ae58573 (patch)
tree4ff0cb8cab7e8025d82245622645463a93d7b55b /devel/libbson
parent613a49aef311a23576aed653144c73c26603b2c0 (diff)
downloadpkgsrc-d30ea51eef055e9b6d65a4d35295618d5ae58573.tar.gz
Use mk/fetch/github.mk support.
Diffstat (limited to 'devel/libbson')
-rw-r--r--devel/libbson/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile
index f3b94996e8e..c7ff267551c 100644
--- a/devel/libbson/Makefile
+++ b/devel/libbson/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2015/06/10 17:13:38 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2015/06/10 17:24:49 fhajny Exp $
DISTNAME= libbson-1.1.7
CATEGORIES= devel
-MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
MAINTAINER= filip@joyent.com
HOMEPAGE= http://github.com/mongodb/libbson/
COMMENT= BSON utility library
LICENSE= apache-2.0
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto