openbsd-ports/devel/hs-regex-compat/Makefile
2011-12-31 22:13:36 +00:00

28 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.15 2011/12/31 22:13:36 kili Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
DISTNAME = regex-compat-0.95.1
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
RUN_DEPENDS = devel/hs-mtl \
devel/hs-regex-base>=0.93 \
devel/hs-regex-posix>=0.95.1
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>