pkgsrc/converters/hs-base16-bytestring/Makefile
pho 982dc8ace2 Import base16-bytestring-0.1.1.6
Fast and efficient encoding and decoding of base16-encoded strings.
2020-01-15 07:13:44 +00:00

11 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/15 07:13:44 pho Exp $
DISTNAME= base16-bytestring-0.1.1.6
CATEGORIES= converters
MAINTAINER= pho@cielonegro.org
COMMENT= Fast base16 (hex) encoding and decoding for ByteStrings
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"