perl-net-ssleay: Removed PKG_BUILD_DEPENDS
authorJens Wagner <[email protected]>
Tue, 27 May 2025 11:10:29 +0000 (13:10 +0200)
committerJosef Schlehofer <[email protected]>
Mon, 2 Jun 2025 12:36:17 +0000 (14:36 +0200)
As requested by @BKPepe , removed PKG_BUILD_DEPENDS
as build dependency already covered in DEPENDS

Signed-off-by: Jens Wagner <[email protected]>
lang/perl-net-ssleay/Makefile

index 546763693e862246ad978e9b108f287d85afc4fb..8de6b732dbb7065d184c73cfb5a9828a8ebea49c 100644 (file)
@@ -14,8 +14,6 @@ PKG_MAINTAINER:=Jens Wagner <[email protected]>
 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