pkgsrc-wip/hs-bindings-librrd/Makefile
PHO / phonohawk 5e83b96d0e Import hs-bindings-librrd-0.1 as wip/hs-bindings-librrd.
RRDtool is a high performance data logging and graphing system for
time series data. This package provides low-level bindings to librrd,
which contains most of the functionality in RRDtool.
2010-04-21 03:39:30 +00:00

14 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/21 03:39:30 phonohawk Exp $
#
DISTNAME= bindings-librrd-0.1
CATEGORIES= databases
MAINTAINER= pho@cielonegro.org
COMMENT= Low level Haskell bindings to RRDtool
LICENSE= public-domain
.include "../../wip/mk/haskell.mk"
.include "../../databases/rrdtool/buildlink3.mk"
.include "../../wip/hs-bindings-DSL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"