12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/05/03 19:00:52 pho Exp $
|
|
|
|
DISTNAME= base16-bytestring-1.0.1.0
|
|
PKGREVISION= 1
|
|
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"
|