f02f37d96d
data quickly and efficiently, using the ByteString type. ok ajacoutot@
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/23 21:01:37 kili Exp $
|
|
|
|
COMMENT= fast base16 (hex) encoding and decoding for ByteStrings
|
|
|
|
DISTNAME= base16-bytestring-0.1.1.4
|
|
CATEGORIES= devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|