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

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

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

LICENSE=	BSD

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