openbsd-ports/devel/hs-regex-compat/Makefile

26 lines
550 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 10:50:08 espie Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
DISTNAME = regex-compat-0.95.1
2013-01-20 12:56:05 -05:00
REVISION = 1
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 \
devel/hs-regex-base>=0.93 \
devel/hs-regex-posix>=0.95.1
2011-04-11 10:46:29 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>