freebsd-ports/devel/ocaml-classes/Makefile

28 lines
696 B
Makefile
Raw Normal View History

# New ports collection makefile for: ocaml-classes
# Date created: Ven 16 ao<61> 2002 02:05:08 CEST
# Whom: Micha<68>l Gr<47>newald
#
# $FreeBSD$
#
PORTNAME= classes
PORTVERSION= 3.05
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/\
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/\
ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/
PKGNAMEPREFIX= ocaml-
DISTNAME= ocaml-${PORTNAME}-${PORTVERSION}
2007-03-28 00:12:03 +02:00
MAINTAINER= stas@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Ocaml Object interface for ocaml's standard library modules
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
RUN_DEPENDS= ${BUILD_DEPENDS}
post-extract:
@${CP} ${FILESDIR}/META ${WRKSRC}
.include <bsd.port.mk>