aboutsummaryrefslogtreecommitdiff
path: root/security/ocaml-ssl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 09:01:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 09:01:55 +0000
commitf7a70dcec8d0084fbf8b5e94fb9760f1d9c90524 (patch)
tree7d42d51f513792d5788ac22e3659804ccab79be1 /security/ocaml-ssl
parent26feab0f094124d1c4b8c60a39d87a2c1d28c8fb (diff)
downloadports-f7a70dcec8d0084fbf8b5e94fb9760f1d9c90524.tar.gz
ports-f7a70dcec8d0084fbf8b5e94fb9760f1d9c90524.zip
Notes
Diffstat (limited to 'security/ocaml-ssl')
-rw-r--r--security/ocaml-ssl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile
index dbbedd47403f..e4c84bc70a4b 100644
--- a/security/ocaml-ssl/Makefile
+++ b/security/ocaml-ssl/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSSL bindings for OCaml
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GITHUB= yes
GH_ACCOUNT= savonet
GH_PROJECT= ocaml-ssl
@@ -35,7 +38,7 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}/html