diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-05-16 09:29:00 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-05-16 09:29:00 +0000 |
commit | f3beb5936b5a5fb8fc1355780a20b0be1cd46e4c (patch) | |
tree | 66727e8705febbac660c3e97830bc922365610b9 /security/ocaml-ssl/Makefile | |
parent | c85420c73e36d2c7e6af7a3ee47e535364a22ff5 (diff) | |
download | ports-f3beb5936b5a5fb8fc1355780a20b0be1cd46e4c.tar.gz ports-f3beb5936b5a5fb8fc1355780a20b0be1cd46e4c.zip |
Notes
Diffstat (limited to 'security/ocaml-ssl/Makefile')
-rw-r--r-- | security/ocaml-ssl/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 968e92a44046..a49506edfe29 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= ssl -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= security devel -MASTER_SITES= SF/savonet/ocaml-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ocaml- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@stack.nl COMMENT= OpenSSL bindings for OCaml -USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= savonet +GH_PROJECT= ocaml-ssl + +USES= autoreconf gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} MAKE_ENV= OCAMLFIND_INSTFLAGS="-ldconf ignore" |