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
481 B
Makefile
25 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.23 2019/09/10 13:51:30 kili Exp $
|
|
|
|
COMMENT = HTML combinator library
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
PORTROACH = ignore:1
|
|
|
|
DISTNAME = html-1.0.1.2
|
|
REVISION = 16
|
|
CATEGORIES = www devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = HJx3nTTgwhH7I2VQDflUHM
|
|
|
|
.include <bsd.port.mk>
|