From: Jens Wagner Date: Tue, 27 May 2025 11:10:29 +0000 (+0200) Subject: perl-net-ssleay: Removed PKG_BUILD_DEPENDS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e168d9fdfb350953c521cfcbc03a4b1dd06cf01a;p=feed%2Fpackages.git perl-net-ssleay: Removed PKG_BUILD_DEPENDS As requested by @BKPepe , removed PKG_BUILD_DEPENDS as build dependency already covered in DEPENDS Signed-off-by: Jens Wagner --- diff --git a/lang/perl-net-ssleay/Makefile b/lang/perl-net-ssleay/Makefile index 546763693e..8de6b732db 100644 --- a/lang/perl-net-ssleay/Makefile +++ b/lang/perl-net-ssleay/Makefile @@ -14,8 +14,6 @@ PKG_MAINTAINER:=Jens Wagner PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=openssl - include $(INCLUDE_DIR)/package.mk include ../perl/perlmod.mk @@ -28,6 +26,11 @@ define Package/perl-net-ssleay DEPENDS:=perl +perlbase-essential +perlbase-mime +libopenssl +zlib endef +define Package/perl-net-ssleay/description + This module provides Perl bindings for libssl (an SSL/TLS API) + and libcrypto (a cryptography API). +endef + define Build/Configure $(call perlmod/Configure,,) endef