28 lines
549 B
Makefile
28 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/01/29 20:28:07 kili Exp $
|
|
|
|
COMMENT = State variables
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
PORTROACH = ignore:1
|
|
|
|
DISTNAME = StateVar-1.1.0.1
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = FY3ACHU7buPKhi6jREemUn
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-stm>=2.0,<2.5
|
|
|
|
.include <bsd.port.mk>
|