freebsd-ports/devel/hs-hashtables/Makefile
Gabor Pali 36538023b4 - Update to 1.0.1.6
Obtained from:	FreeBSD Haskell
2012-06-03 21:46:54 +00:00

22 lines
437 B
Makefile

# New ports collection makefile for: hs-hashtables
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hashtables
PORTVERSION= 1.0.1.6
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Mutable hash tables in the ST monad
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= hashable>=1.1 primitive vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>