freebsd-ports/devel/ocaml-classes/Makefile
Baptiste Daroussin 810ca3d8c0 Update master_sites
PR:		ports/172227
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-28 22:32:41 +00:00

22 lines
547 B
Makefile

# Created by: Michaël Grünewald
# $FreeBSD$
PORTNAME= classes
PORTVERSION= 3.05
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://caml.inria.fr/pub/distrib/bazar-ocaml/ \
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
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>