2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:12 espie Exp $
|
2012-07-13 04:36:03 -04:00
|
|
|
|
|
|
|
COMMENT = unit test framework for OCaml
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
2012-08-18 18:26:12 -04:00
|
|
|
DISTNAME = ounit-1.1.2
|
2012-11-30 14:38:09 -05:00
|
|
|
REVISION= 0
|
2012-07-13 04:36:03 -04:00
|
|
|
|
2012-08-18 18:26:12 -04:00
|
|
|
# The last url component (the number) changes every release, too.
|
|
|
|
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/886/
|
2012-07-13 04:36:03 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://ounit.forge.ocamlcore.org/
|
|
|
|
MAINTAINER = Christopher Zimmermann <madroach@gmerlin.de>
|
|
|
|
|
|
|
|
# LGPL >=2.1
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-18 18:26:12 -04:00
|
|
|
MODULES = lang/ocaml
|
2012-07-13 04:36:03 -04:00
|
|
|
|
2012-08-18 18:26:12 -04:00
|
|
|
BUILD_DEPENDS += sysutils/findlib
|
2012-07-13 04:36:03 -04:00
|
|
|
|
2012-08-18 18:26:12 -04:00
|
|
|
CONFIGURE_STYLE = oasis
|
2012-07-13 04:36:03 -04:00
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|