diff options
author | linimon <linimon@FreeBSD.org> | 2008-12-18 14:54:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-12-18 14:54:41 +0800 |
commit | 57d0e4a1704f57011164161099a0eb619494bb8c (patch) | |
tree | 88b30e6709ad3cc67f35342b1a98a4c864e3ffa6 /security/ocaml-cryptokit | |
parent | 0cf75710fa90e52ade98e374d207a7267be824e2 (diff) | |
download | freebsd-ports-gnome-57d0e4a1704f57011164161099a0eb619494bb8c.tar.gz freebsd-ports-gnome-57d0e4a1704f57011164161099a0eb619494bb8c.tar.zst freebsd-ports-gnome-57d0e4a1704f57011164161099a0eb619494bb8c.zip |
Add META file for use with ocaml-findlib.
PR: ports/122848
Diffstat (limited to 'security/ocaml-cryptokit')
-rw-r--r-- | security/ocaml-cryptokit/files/META | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/ocaml-cryptokit/files/META b/security/ocaml-cryptokit/files/META new file mode 100644 index 000000000000..4fed14e3aaae --- /dev/null +++ b/security/ocaml-cryptokit/files/META @@ -0,0 +1,6 @@ +name="cryptokit" +version="1.3" +description="A variety of cryptographic primitives for Objective Caml" +requires="unix,num" +archive(byte)="cryptokit.cma" +archive(native)="cryptokit.cmxa" |