openbsd-ports/devel/hs-regex-base/Makefile
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

26 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.16 2014/06/19 18:58:01 kili Exp $
COMMENT = interface API for regex-posix,pcre,parsec,tdfa,dfa
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
DISTNAME = regex-base-0.93.2
REVISION = 6
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-mtl
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>