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

PORTNAME=   bytestring-mmap
PORTVERSION=    0.2.2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Mmap support for strict ByteStrings

LICENSE=    BSD3CLAUSE

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