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

PORTNAME=   data-hash
PORTVERSION=    0.2.0.1
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Combinators for building fast hashing functions

LICENSE=    BSD3CLAUSE

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