kili 42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
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.
2019-09-10 13:51:21 +00:00

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>