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

PORTNAME=	bytestring-show
PORTVERSION=	0.3.5.6
PORTREVISION=	2
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>