42ec039af8
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
402 B
Makefile
21 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/09/10 13:51:29 kili Exp $
|
|
|
|
# used by hs-hackage-security, which is used by cabal-install
|
|
|
|
COMMENT= ed25519 cryptographics signatures
|
|
|
|
DISTNAME= ed25519-0.0.5.0
|
|
CATEGORIES= security
|
|
REVISION= 1
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 3Sle7uACwGIJ1UEE9iZB8E
|
|
|
|
.include <bsd.port.mk>
|