summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /lang/caml-light
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/Makefile6
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