2010-11-26 07:18:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
|
2010-04-06 14:45:40 +00:00
|
|
|
|
|
|
|
COMMENT = module layer over regex-posix to replace Text.Regex
|
|
|
|
|
2010-09-12 12:17:15 +00:00
|
|
|
DISTNAME = regex-compat-0.93.1
|
2010-11-03 22:12:01 +00:00
|
|
|
REVISION = 1
|
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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2010-11-26 07:18:59 +00:00
|
|
|
LIB_DEPENDS = devel/hs-regex-base>=0.93 \
|
|
|
|
devel/hs-regex-posix>=0.93
|
2010-07-17 13:43:36 +00:00
|
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
2010-04-06 14:45:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|