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.
28 lines
551 B
Makefile
28 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/09/10 13:51:25 kili Exp $
|
|
|
|
COMMENT = old time library
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
PORTROACH = ignore:1
|
|
|
|
DISTNAME = old-time-1.1.0.3
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = LmKk8FUXtYwDVw5bR99HBe
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-old-locale>=1.0,<1.1
|
|
|
|
.include <bsd.port.mk>
|