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.
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/09/10 13:51:26 kili Exp $
|
|
|
|
COMMENT = tagged DFA regex engine
|
|
|
|
DISTNAME = regex-tdfa-1.2.1
|
|
REVISION = 3
|
|
CATEGORIES = devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = L3SEQimWnoqIvxClxxxXLn
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
devel/hs-parsec \
|
|
devel/hs-regex-base>=0.93.1
|
|
|
|
.include <bsd.port.mk>
|