openbsd-ports/devel/hs-base16-bytestring/Makefile
kili f02f37d96d This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type.

ok ajacoutot@
2012-01-23 21:01:37 +00:00

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>