2016-01-29 20:28:07 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2016/01/29 20:28:08 kili Exp $
|
2010-04-06 14:45:40 +00:00
|
|
|
|
|
|
|
COMMENT = module layer over regex-posix to replace Text.Regex
|
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2016-01-29 20:28:07 +00:00
|
|
|
PORTROACH = ignore:1
|
|
|
|
|
2011-12-31 22:13:36 +00:00
|
|
|
DISTNAME = regex-compat-0.95.1
|
2016-01-20 16:22:25 +00:00
|
|
|
REVISION = 5
|
2010-04-06 14:45:40 +00:00
|
|
|
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
|
|
|
|
|
2015-12-20 11:28:45 +00:00
|
|
|
MODGHC_PACKAGE_KEY = EyUO1k1s8YNJ81jSdgVW1z
|
2015-09-19 08:03:12 +00:00
|
|
|
|
2011-04-23 14:32:50 +00:00
|
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
|
|
devel/hs-regex-base>=0.93 \
|
2011-12-31 22:13:36 +00:00
|
|
|
devel/hs-regex-posix>=0.95.1
|
2011-04-11 14:46:29 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-04-06 14:45:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|