pkgsrc/textproc/serd/buildlink3.mk
rodent ba7a447dbb Import serd-0.20.0 as textproc/serd.
Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.

Serd is not intended to be a swiss-army knife of RDF syntax, but rather is
suited to resource limited or performance critical applications (e.g. converting
many gigabytes of NTriples to Turtle), or situations where a simple
reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or
embedded applications).
2015-04-19 23:10:52 +00:00

12 lines
284 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2015/04/19 23:10:52 rodent Exp $
BUILDLINK_TREE+= serd
.if !defined(SERD_BUILDLINK3_MK)
SERD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.serd+= serd>=0.20.0
BUILDLINK_PKGSRCDIR.serd?= ../../textproc/serd
.endif # SERD_BUILDLINK3_MK
BUILDLINK_TREE+= -serd