mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6dc91d4950
- Add missing RUN_DEPENDS on ocaml - Pass maintainership to submitter PR: ports/101148 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
28 lines
698 B
Makefile
28 lines
698 B
Makefile
# 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= 1
|
|
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= ssedov@mbsd.msk.ru
|
|
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>
|