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.
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/09/10 13:51:28 kili Exp $
|
|
|
|
COMMENT = Haskell package for determining the hostname
|
|
|
|
DISTNAME = hostname-1.0
|
|
REVISION = 8
|
|
CATEGORIES = devel net
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 5lbge5b93EG9eAOssUn3b3
|
|
|
|
.include <bsd.port.mk>
|