af3a83cf05
working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0.
16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/15 19:40:44 pettai 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
|