openbsd-ports/devel/hs-regex-compat/Makefile
kili f7d87f7fda Import hs-regex-compat. No idea what this provides, but it'll be
needed by darcs and is required by the Haskell Platform anyways

Not yet wired to the build.
2010-04-06 14:45:40 +00:00

26 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/04/06 14:45:40 kili Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
DISTNAME = regex-compat-0.92
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = :hs-regex-base->=0.93:devel/hs-regex-base \
:hs-regex-posix->=0.93:devel/hs-regex-posix
.include <bsd.port.mk>