to unbreak ports like databases/sqlports (noticed by naddy). plist changes and bumps included, but a little bit pointless (the ports are still unbuildable).
30 lines
630 B
Makefile
30 lines
630 B
Makefile
# $OpenBSD: Makefile,v 1.6 2014/12/03 21:56:43 kili Exp $
|
|
|
|
COMMENT = streaming data processing library
|
|
|
|
DISTNAME = conduit-1.0.7.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
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-lifted-base>=0.1 \
|
|
devel/hs-mmorph \
|
|
devel/hs-monad-control>=0.3.1,<0.4 \
|
|
devel/hs-mtl \
|
|
devel/hs-resourcet>=0.4.3,<0.5 \
|
|
devel/hs-text>=0.11 \
|
|
devel/hs-transformers-base>=0.4.1,<0.5 \
|
|
devel/hs-void>=0.5.5
|
|
|
|
.include <bsd.port.mk>
|