2013-07-18 22:27:34 +00:00

21 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/07/18 22:27:34 kili Exp $
COMMENT = cross platform library for the sendfile system call
DISTNAME = simple-sendfile-0.2.11
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-conduit>=0.4.1,<1.1 \
devel/hs-network \
devel/hs-transformers>=0.2.2,<0.4
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>