f13a7c51a1
Foreign-function bindings to the OpenSSL library <http://www.openssl.org/>. Currently provides access to the messages digests MD2, MD5, SHA, SHA1, DSS, DSS1, and RIPEMD160 through the EVP digest interface.
14 lines
384 B
Makefile
14 lines
384 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/10 00:18:41 emil_s Exp $
|
|
|
|
BUILDLINK_TREE+= hs-hopenssl
|
|
|
|
.if !defined(HS_HOPENSSL_BUILDLINK3_MK)
|
|
HS_HOPENSSL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_DEPMETHOD.hs-hopenssl?= build
|
|
BUILDLINK_API_DEPENDS.hs-hopenssl+= hs-hopenssl>=1.2
|
|
BUILDLINK_PKGSRCDIR.hs-hopenssl?= ../../wip/hs-hopenssl
|
|
|
|
.endif # HS_HOPENSSL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-hopenssl
|