diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/caml-light/Makefile | |
parent | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff) |
Notes
Diffstat (limited to 'lang/caml-light/Makefile')
-rw-r--r-- | lang/caml-light/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 86f94a5021c1..4d54a01fc3c0 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: CAML -# Version required: 0.74 # Date created: 21 July 1998 # Whom: jkoshy # # $FreeBSD$ # -DISTNAME= cl74unix -PKGNAME= caml-0.74 +PORTNAME= caml +PORTVERSION= 0.74 CATEGORIES= lang elisp MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \ ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \ ftp://sunsite.icm.edu.pl/pub/programming/caml/ \ http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/ +DISTNAME= cl74unix MAINTAINER= jkoshy@freebsd.org |