2012-04-19 03:29:15 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/04/19 07:29:15 dcoppa Exp $
|
2011-03-25 06:05:12 -04:00
|
|
|
|
|
|
|
COMMENT = Haskell driver for Redis
|
|
|
|
|
2012-04-19 03:29:15 -04:00
|
|
|
DISTNAME = redis-0.12.1
|
2011-03-25 06:05:12 -04:00
|
|
|
CATEGORIES = databases
|
|
|
|
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
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
|
|
|
|
|
|
|
|
RUN_DEPENDS += devel/hs-MonadCatchIO-mtl \
|
2012-04-19 03:29:15 -04:00
|
|
|
devel/hs-concurrent-extra \
|
2011-04-23 10:32:50 -04:00
|
|
|
devel/hs-mtl \
|
2011-03-25 06:05:12 -04:00
|
|
|
devel/hs-network
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|