c81041e6ea
This package provides classes for a consistent API to data structures. The behaviour of the interface is specified by QuickCheck properties. It is intended as an evolution of the API of the data structures in the containers package.
14 lines
461 B
Makefile
14 lines
461 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/11/14 08:12:09 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-collections-api
|
|
|
|
.if !defined(HS_COLLECTIONS_API_BUILDLINK3_MK)
|
|
HS_COLLECTIONS_API_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-collections-api+= hs-collections-api>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.hs-collections-api?= ../../wip/hs-collections-api
|
|
|
|
.include "../../wip/hs-QuickCheck/buildlink3.mk"
|
|
.endif # HS_COLLECTIONS_API_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-collections-api
|