diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-15 00:13:39 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-15 00:13:39 +0000 |
commit | d083aaa3d933ec28b7543e85c7e7c9d1147c4f99 (patch) | |
tree | 7d094f3f62913d5767d625014cc2b0dde2f3b35d | |
parent | f113252ccf6199f85ce4d75bf97eb52621d8e052 (diff) | |
download | ports-d083aaa3d933ec28b7543e85c7e7c9d1147c4f99.tar.gz ports-d083aaa3d933ec28b7543e85c7e7c9d1147c4f99.zip |
Notes
-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 |