aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-murmur-hash/Makefile
blob: 2304c022a08a802f9d5f7a841650922fba0b3a13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-murmur-hash
# Date created:        March 13, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   murmur-hash
PORTVERSION=    0.1.0.5
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    MurmurHash2 implementation for Haskell

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
td>miwi2007-03-263-18/+7 * - Fix crash with testlomiwi2007-01-242-3/+13 * - Fix problem that made it impossible to use GUI for DSSI modules.miwi2007-01-222-0/+44