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.
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/09/10 13:51:22 kili Exp $
|
|
|
|
COMMENT= fast base64 encodings and decoding for ByteStrings
|
|
|
|
DISTNAME= base64-bytestring-1.0.0.0
|
|
REVISION= 9
|
|
CATEGORIES= devel
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 1by0UXugZ1QA46cGNBhjge
|
|
|
|
.include <bsd.port.mk>
|