kili 7eb2711b9b Add comments to ports which meta/haskell-platform depends on, to
stop other people wasting time on updates which should not be done.

ian@ ran into this (while working on devel/hs-aeson and
textproc/hs-attoparsec), and even I didn't notice before trying to
build all Haskell ports (including meta/haskell-platform) with his
diffs.
2014-06-19 18:58:01 +00:00

30 lines
605 B
Makefile

# $OpenBSD: Makefile,v 1.24 2014/06/19 18:58:02 kili Exp $
COMMENT = library for client-side HTTP
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
DISTNAME = HTTP-4000.2.8
CATEGORIES = net devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_SETUP_CONF_ARGS =-fnetwork23
RUN_DEPENDS = devel/hs-mtl>=2.0,<2.2 \
devel/hs-network<2.5 \
devel/hs-parsec
BUILD_DEPENDS = ${RUN_DEPENDS}
# Missing dependencies
NO_TEST = Yes
.include <bsd.port.mk>