opnsense-ports/devel/hs-hashed-storage/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

18 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= hashed-storage
PORTVERSION= 0.5.11
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Hashed file storage support code
LICENSE= BSD3CLAUSE
USE_CABAL= dataenc extensible-exceptions mmap>=0.5 mtl zlib
FLAGS_DISABLE= test
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>