2011-09-16 05:24:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:24:50 espie Exp $
|
2010-04-08 11:08:41 -04:00
|
|
|
|
|
|
|
COMMENT = hashed file storage support code for Haskell
|
|
|
|
|
2011-04-11 10:40:00 -04:00
|
|
|
DISTNAME = hashed-storage-0.5.4
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION = 1
|
2010-04-08 11:08:41 -04:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2011-04-11 10:40:00 -04:00
|
|
|
RUN_DEPENDS = devel/hs-binary \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/hs-dataenc \
|
|
|
|
hs-mmap->=0.5,<0.6:devel/hs-mmap \
|
2011-04-23 10:32:50 -04:00
|
|
|
devel/hs-mtl \
|
2010-11-15 14:45:56 -05:00
|
|
|
archivers/hs-zlib
|
2011-04-11 10:40:00 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-04-08 11:08:41 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|