diff --git a/recipes/libressl/Makefile b/recipes/libressl/Makefile new file mode 100644 index 0000000..7332cd5 --- /dev/null +++ b/recipes/libressl/Makefile @@ -0,0 +1,9 @@ +name = libressl +version = 3.3.1 +release = 0 +URL = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-$(version).tar.gz + +configure_backend = configure_autotools + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk