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

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

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

LICENSE=    BSD

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