As requested by @BKPepe , removed PKG_BUILD_DEPENDS
as build dependency already covered in DEPENDS
Signed-off-by: Jens Wagner <redacted>
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
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