perl-io-socket-ssl: Perl Module IO::Socket::SSL
authorJens Wagner <redacted>
Tue, 20 May 2025 07:44:23 +0000 (09:44 +0200)
committerRobert Marko <redacted>
Tue, 27 May 2025 07:47:29 +0000 (09:47 +0200)
SSL sockets with IO::Socket interface in Perl

Signed-off-by: Jens Wagner <redacted>
lang/perl-io-socket-ssl/Makefile [new file with mode: 0644]

diff --git a/lang/perl-io-socket-ssl/Makefile b/lang/perl-io-socket-ssl/Makefile
new file mode 100644 (file)
index 0000000..ae37a14
--- /dev/null
@@ -0,0 +1,42 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=perl-io-socket-ssl
+PKG_VERSION:=2.089
+PKG_RELEASE:=1
+
+PKG_SOURCE_NAME:=IO-Socket-SSL
+PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/S/SU/SULLR
+PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz
+PKG_HASH:=f683112c1642967e9149f51ad553eccd017833b2f22eb23a9055609d2e3a14d1
+PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
+
+PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
+PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
+PKG_LICENSE_FILES:=LICENSE
+
+include $(INCLUDE_DIR)/package.mk
+include ../perl/perlmod.mk
+
+define Package/perl-io-socket-ssl
+  SUBMENU:=Perl
+  SECTION:=lang
+  CATEGORY:=Languages
+  TITLE:=Perl SSL sockets with IO::Socket interface
+  URL:=https://metacpan.org/pod/Net::SSLeay
+  DEPENDS:=perl +perlbase-autoloader +perlbase-io +perlbase-list +perl-net-ssleay
+endef
+
+define Build/Configure
+       $(call perlmod/Configure,,)
+endef
+
+define Build/Compile
+       $(call perlmod/Compile,,)
+endef
+
+define Package/perl-io-socket-ssl/install
+       $(call perlmod/Install,$(1),IO)
+endef
+
+$(eval $(call BuildPackage,perl-io-socket-ssl))
+
git clone https://git.99rst.org/PROJECT