ghc and the hs-packages now simply include the necessary (haskell) package description files in lib/ghc/package.conf.d and update the package.cache by running ghc-pkg recache at the end. register and unregister scripts are no longer needed.
31 lines
641 B
Makefile
31 lines
641 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/09/10 13:51:26 kili Exp $
|
|
|
|
COMMENT = posix regex backend for regex-base
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
PORTROACH = ignore:1
|
|
|
|
DISTNAME = regex-posix-0.95.2
|
|
REVISION = 7
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 1QNDtrQ5eTp5sBtNrX4AQD
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
devel/hs-regex-base>=0.93
|
|
|
|
.include <bsd.port.mk>
|