2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:59 espie Exp $
|
2010-04-06 10:45:40 -04:00
|
|
|
|
|
|
|
COMMENT = module layer over regex-posix to replace Text.Regex
|
|
|
|
|
2010-09-12 08:17:15 -04:00
|
|
|
DISTNAME = regex-compat-0.93.1
|
2010-11-03 18:12:01 -04:00
|
|
|
REVISION = 1
|
2010-04-06 10:45:40 -04:00
|
|
|
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
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS = hs-regex-base->=0.93:devel/hs-regex-base \
|
|
|
|
hs-regex-posix->=0.93:devel/hs-regex-posix
|
2010-07-17 09:43:36 -04:00
|
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
2010-04-06 10:45:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|