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

26 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.26 2019/09/10 13:51:22 kili Exp $
COMMENT = unit testing framework for Haskell
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
PORTROACH = ignore:1
DISTNAME = HUnit-1.3.1.1
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://hunit.sourceforge.net/
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = KJLZRoakQejA9CNEGako1f
.include <bsd.port.mk>