aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-base64-bytestring/Makefile
blob: b767736a43b99be6523d5bcd58efdb9bb6471d75 (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=   9
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>