diff options
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 |