2016-08-09 08:25:20 +00:00

31 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/08/09 08:25:20 dcoppa Exp $
COMMENT = shell-like programming in Haskell
DISTNAME = shelly-1.6.5
REVISION = 0
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = Ch98gf1jZ072OFqT0kkV5B
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-async \
devel/hs-enclosed-exceptions \
devel/hs-exceptions>=0.6,<0.9 \
devel/hs-lifted-async \
devel/hs-monad-control>=0.3.2,<1.1 \
devel/hs-system-fileio<0.4 \
devel/hs-system-filepath>=0.4.7,<0.5 \
devel/hs-text \
devel/hs-transformers-base \
devel/hs-unix-compat<0.5
.include <bsd.port.mk>