2019-09-30 13:02:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2019/09/30 13:02:54 kili Exp $
|
2012-10-15 08:00:43 +00:00
|
|
|
|
|
|
|
COMMENT = Haskell implementation of the D-Bus protocol
|
|
|
|
|
2017-04-27 08:43:26 +00:00
|
|
|
DISTNAME = dbus-0.10.13
|
2019-09-30 13:02:53 +00:00
|
|
|
REVISION = 4
|
2012-10-15 08:00:43 +00:00
|
|
|
CATEGORIES = devel x11
|
|
|
|
|
2017-04-27 08:43:26 +00:00
|
|
|
HOMEPAGE = https://github.com/rblaze/haskell-dbus#readme
|
2012-10-15 08:00:43 +00:00
|
|
|
|
|
|
|
# GPLv3
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2012-10-15 08:00:43 +00:00
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2019-09-30 13:02:53 +00:00
|
|
|
MODGHC_PACKAGE_KEY = GkT37aCm0RP9JHiW0yK7ST
|
2015-09-24 20:10:29 +00:00
|
|
|
|
2017-04-27 08:43:26 +00:00
|
|
|
RUN_DEPENDS = devel/hs-cereal \
|
|
|
|
devel/hs-network \
|
|
|
|
devel/hs-random \
|
|
|
|
devel/hs-vector \
|
|
|
|
textproc/hs-libxml-sax \
|
|
|
|
textproc/hs-xml-types
|
2012-10-15 08:00:43 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|