aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-sexplib/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-04-08 13:14:43 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-04-08 13:14:43 +0000
commit271f4d32c54191b56e91a7cc50550127e327d829 (patch)
treebcfa59cd5024b12f2765b22d4cbae3d1e22aa11d /devel/ocaml-sexplib/Makefile
parentf18b24f425b124dfc88d9efc4be9ffbc2cd9fd35 (diff)
downloadports-271f4d32c54191b56e91a7cc50550127e327d829.tar.gz
ports-271f4d32c54191b56e91a7cc50550127e327d829.zip
Notes
Diffstat (limited to 'devel/ocaml-sexplib/Makefile')
-rw-r--r--devel/ocaml-sexplib/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile
index 3160a0ef8d59..816fca26f7b8 100644
--- a/devel/ocaml-sexplib/Makefile
+++ b/devel/ocaml-sexplib/Makefile
@@ -7,20 +7,25 @@
#
PORTNAME= sexplib
-PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTVERSION= 3.0.0
+PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://www.janestcapital.com/ocaml/
PKGNAMEPREFIX= ocaml-
+DISTNAME= ${PORTNAME}310-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= An OCaml library for working with S-expressions
+BUILD_DEPENDS= ${SA_DIR}/type-conv/pa_type_conv.cmi:${PORTSDIR}/devel/ocaml-typeconv
+RUN_DEPENDS= ${SA_DIR}/type-conv/pa_type_conv.cmi:${PORTSDIR}/devel/ocaml-typeconv
+
USE_GMAKE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
+SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
.include <bsd.port.pre.mk>