# $NetBSD: Makefile,v 1.13 2024/05/09 01:31:40 pho Exp $

DISTNAME=	base64-bytestring-1.2.1.0
PKGREVISION=	6
CATEGORIES=	converters

MAINTAINER=	pho@cielonegro.org
COMMENT=	Fast base64 encoding and deconding for ByteStrings
LICENSE=	modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+=	\
	bytestring

.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
