Wed Feb 11 14:09:24 2015 UTC ()
Revbump associated with update of lang/ocaml.


(jaapb)
diff -r1.1 -r1.2 pkgsrc/devel/ocamlgraph/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/ocamlgraph/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocamlgraph/Makefile 2014/10/26 13:43:48 1.1
+++ pkgsrc/devel/ocamlgraph/Makefile 2015/02/11 14:09:24 1.2
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.1 2014/10/26 13:43:48 jaapb Exp $ 1# $NetBSD: Makefile,v 1.2 2015/02/11 14:09:24 jaapb Exp $
2 2
3DISTNAME= ocamlgraph-1.8.5 3DISTNAME= ocamlgraph-1.8.5
4PKGNAME= ${DISTNAME} # avoid prefixing with ocaml- 4PKGNAME= ${DISTNAME} # avoid prefixing with ocaml-
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= http://ocamlgraph.lri.fr/download/ 7MASTER_SITES= http://ocamlgraph.lri.fr/download/
7 8
8MAINTAINER= jaapb@NetBSD.org 9MAINTAINER= jaapb@NetBSD.org
9HOMEPAGE= http://ocamlgraph.lri.fr/ 10HOMEPAGE= http://ocamlgraph.lri.fr/
10COMMENT= Graph library for OCaml 11COMMENT= Graph library for OCaml
11LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14USE_TOOLS+= gmake 15USE_TOOLS+= gmake
15INSTALL_TARGET= install-findlib 16INSTALL_TARGET= install-findlib
16OCAML_USE_FINDLIB= yes 17OCAML_USE_FINDLIB= yes
17 18