19 lines
370 B
Makefile
19 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/09/30 12:58:07 kili Exp $
|
|
|
|
COMMENT= fast base16 (hex) encoding and decoding for ByteStrings
|
|
|
|
DISTNAME= base16-bytestring-0.1.1.5
|
|
REVISION= 7
|
|
CATEGORIES= devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = Cbny7PPJRBc3NO5kr5Cia8
|
|
|
|
.include <bsd.port.mk>
|