pkgsrc/converters/hs-base64-bytestring/Makefile
pho 309cb37adb Update to base64-bytestring-1.0.0.2
* Fixed a write past allocated memory in joinWith (potential security
  issue).
2019-12-29 23:26:43 +00:00

11 lines
293 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/12/29 23:26:43 pho Exp $
DISTNAME= base64-bytestring-1.0.0.2
CATEGORIES= converters
MAINTAINER= pho@cielonegro.org
COMMENT= Fast base64 encoding and deconding for ByteStrings
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"