f7d87f7fda
needed by darcs and is required by the Haskell Platform anyways Not yet wired to the build.
26 lines
597 B
Makefile
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>
|