diff options
-rw-r--r-- | security/ocaml-cryptgps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ocaml-cryptgps/Makefile b/security/ocaml-cryptgps/Makefile index 105edc761bd6..92ade1644f83 100644 --- a/security/ocaml-cryptgps/Makefile +++ b/security/ocaml-cryptgps/Makefile @@ -10,12 +10,14 @@ PORTNAME= cryptgps PORTVERSION= 0.2.1 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://www.ocaml-programming.de/packages/ +MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- MAINTAINER= stas@FreeBSD.org COMMENT= Symmetric cryptographic algorithms package for OCaml +LICENSE= MIT + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes USE_OCAML= yes |