mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
The initial version submitted in the PR was augmented by later changes seen in pkgsrc where the counterpart is maintained by the submitter. == This OCaml library is a binding to the NDBM/GDBM Unix "databases". It provides persistent storage of key-value pairs of strings. WWW: http://forge.ocamlcore.org/projects/camldbm/ == PR: ports/176115 Submitted by: Jaap Boender Maintainer: Jaap Boender Stage support: Taken from pkgsrc
10 lines
284 B
Text
10 lines
284 B
Text
$NetBSD: patch-META,v 1.1 2013/07/21 17:04:29 jaapb Exp $
|
|
|
|
point to correct directory for library files
|
|
--- META.orig 2011-11-22 15:56:49.000000000 +0000
|
|
+++ META
|
|
@@ -3,3 +3,4 @@ requires = ""
|
|
version = "1.0"
|
|
archive(byte) = "dbm.cma"
|
|
archive(native) = "dbm.cmxa"
|
|
+directory = "^"
|