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

PORTNAME=	bytestring-show
PORTVERSION=	0.3.5.6
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Efficient conversion of values into readable byte strings

LICENSE=	BSD3CLAUSE

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