freebsd-ports/devel/hs-murmur-hash/Makefile
Gabor Pali 22ce970cf3 - Update to 0.1.0.5
Obtained from:	FreeBSD Haskell
2012-02-13 04:40:24 +00:00

20 lines
411 B
Makefile

# 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
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>