diff options
author | stas <stas@FreeBSD.org> | 2011-07-15 08:13:39 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-07-15 08:13:39 +0800 |
commit | 70c2cf9db4433a2068ad8f1c0c981e4becf1a0eb (patch) | |
tree | da47493b93e4a64538d0b595e8a04133d6c61190 /security/ocaml-cryptgps/Makefile | |
parent | 79252b370230939fc663ab79d92133fb1a829251 (diff) | |
download | freebsd-ports-gnome-70c2cf9db4433a2068ad8f1c0c981e4becf1a0eb.tar.gz freebsd-ports-gnome-70c2cf9db4433a2068ad8f1c0c981e4becf1a0eb.tar.zst freebsd-ports-gnome-70c2cf9db4433a2068ad8f1c0c981e4becf1a0eb.zip |
- Fix mirror URL.
- Provide licensing info.
PR: ports/155158
Submitted by: "jaapb@kerguelen.org"
Diffstat (limited to 'security/ocaml-cryptgps/Makefile')
-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 |