HaskellDB is a combinator library for expressing queries and other operations on relational databases in a type safe and declarative way. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/29 04:12:50 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-haskelldb
|
|
|
|
.if !defined(HS_HASKELLDB_BUILDLINK3_MK)
|
|
HS_HASKELLDB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-haskelldb+= hs-haskelldb>=0.12
|
|
BUILDLINK_PKGSRCDIR.hs-haskelldb?= ../../wip/hs-haskelldb
|
|
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.endif # HS_HASKELLDB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-haskelldb
|