blob: 4c38126b3059fb9ae3450385351b615e9acc058a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
PORTNAME= base16-bytestring
PORTVERSION= 0.1.1.6
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings
LICENSE= BSD3CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|