summaryrefslogtreecommitdiff
path: root/devel/ocaml-classes/Makefile
blob: 41b608ddd29130adaa0c7f7d934ca75c42d01166 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	ocaml-classes
# Date created:			Ven 16 ao� 2002 02:05:08 CEST
# Whom:				Micha�l Gr�newald
#
# $FreeBSD$
#

PORTNAME=	classes
PORTVERSION=	3.05
PORTREVISION=	3
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}

MAINTAINER=	ports@FreeBSD.org
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>