774675baed
Bug * Reload interval staying too low on reload failures. * [HTTP-Redirect binding] [Message encoding] There should be no '%0A' in the SAMLRequest parameter value
15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2011/02/23 09:11:09 adam Exp $
|
|
|
|
BUILDLINK_TREE+= opensaml
|
|
|
|
.if !defined(OPENSAML_BUILDLINK3_MK)
|
|
OPENSAML_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.opensaml+= opensaml>=2.3
|
|
BUILDLINK_ABI_DEPENDS.opensaml+= opensaml>=2.3
|
|
BUILDLINK_PKGSRCDIR.opensaml?= ../../security/opensaml
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # OPENSAML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -opensaml
|