aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-base64-bytestring/Makefile
blob: 718bc0d03f2a923ef8d2f7aa8578e04bd8f95b17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	base64-bytestring
PORTVERSION=	1.0.0.1
PORTREVISION=	7
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast base64 encoding and decoding for ByteStrings

LICENSE=	BSD3CLAUSE

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>