309cb37adb
* Fixed a write past allocated memory in joinWith (potential security issue).
11 lines
293 B
Makefile
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"
|