diff options
author | pav <pav@FreeBSD.org> | 2003-12-14 09:53:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-14 09:53:36 +0800 |
commit | 4322785384b6a779e3d4ed01c9aa3835e4bb9736 (patch) | |
tree | be4a980953e49fe2a6fb75bf906c76f91555d521 /lang/nml/Makefile | |
parent | 143f1ed4b70a39703cee431bb77b827b8cad46ce (diff) | |
download | freebsd-ports-gnome-4322785384b6a779e3d4ed01c9aa3835e4bb9736.tar.gz freebsd-ports-gnome-4322785384b6a779e3d4ed01c9aa3835e4bb9736.tar.zst freebsd-ports-gnome-4322785384b6a779e3d4ed01c9aa3835e4bb9736.zip |
- Update to 0.92a
PR: ports/58725
Submitted by: Jaeho Shin <netj@sparcs.kaist.ac.kr> (maintainer)
Diffstat (limited to 'lang/nml/Makefile')
-rw-r--r-- | lang/nml/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/nml/Makefile b/lang/nml/Makefile index 652e467685ba..d01f5ca42196 100644 --- a/lang/nml/Makefile +++ b/lang/nml/Makefile @@ -1,17 +1,19 @@ # New ports collection makefile for: nML # Date created: 17 July 2001 -# Whom: Jaeho Shin <netj@ropas.kaist.ac.kr> +# Whom: Jaeho Shin <netj@sparcs.kaist.ac.kr> # # $FreeBSD$ # PORTNAME= nml -PORTVERSION= 0.92 +PORTVERSION= 0.92a CATEGORIES= lang -MASTER_SITES= http://ropas.kaist.ac.kr/n/ +MASTER_SITES= http://ropas.snu.ac.kr/n/ \ + http://sparcs.kaist.ac.kr/~netj/n/ \ + http://ropas.kaist.ac.kr/n/ -MAINTAINER= netj@ropas.kaist.ac.kr -COMMENT= A dialect/harmony of Standard ML of New Jersey and Objective Caml. +MAINTAINER= netj@sparcs.kaist.ac.kr +COMMENT= A dialect/harmony of Standard ML of New Jersey and Objective Caml HAS_CONFIGURE= yes CONFIGURE_ARGS+= \ |