blob: 5285941f55066bca2834de97bd8121e3302b6ffe (
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= 4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast base64 encoding and decoding for ByteStrings
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|