28 lines
608 B
Makefile
28 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
|
|
|
|
COMMENT = module layer over regex-posix to replace Text.Regex
|
|
|
|
DISTNAME = regex-compat-0.93.1
|
|
REVISION = 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
|
|
|
|
LIB_DEPENDS = devel/hs-regex-base>=0.93 \
|
|
devel/hs-regex-posix>=0.93
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|