aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-chunked-data/Makefile
blob: fbfe4b57ee0598debc09b35e129a0fb7053761b8 (plain) (tree)
1
2
3
4
5



                            
                 











                                                                                 
# $FreeBSD$

PORTNAME=	chunked-data
PORTVERSION=	0.1.0.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Typeclasses for dealing with various chunked data representations

LICENSE=	MIT

USE_CABAL=	blaze-builder mono-traversable>=0.2 semigroups \
		system-filepath text>=0.11 vector

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