2014-11-22 20:59:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2014/11/22 20:59:41 kili Exp $
|
2012-08-30 21:08:54 +00:00
|
|
|
|
|
|
|
COMMENT = random number library
|
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2012-08-30 21:08:54 +00:00
|
|
|
DISTNAME = random-1.0.1.1
|
2014-11-22 20:59:41 +00:00
|
|
|
REVISION = 2
|
2012-08-30 21:08:54 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|