Commit 7263ad4b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-netaddr-ip: New package

parent d12a4415
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -514,6 +514,7 @@ menu "Perl libraries/modules"
	source "package/perl-json-tiny/Config.in"
	source "package/perl-mojolicious/Config.in"
	source "package/perl-net-ssleay/Config.in"
	source "package/perl-netaddr-ip/Config.in"
	source "package/perl-path-tiny/Config.in"
	source "package/perl-try-tiny/Config.in"
	source "package/perl-xml-libxml/Config.in"
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_NETADDR_IP
	bool "perl-netaddr-ip"
	depends on !BR2_STATIC_LIBS
	help
	  NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets

	  https://metacpan.org/release/NetAddr-IP

comment "perl-netaddr-ip needs a toolchain w/ dynamic library"
	depends on BR2_STATIC_LIBS
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    b72b91ebd228b096fd3b0acc87df877e NetAddr-IP-4.075.tar.gz
sha256 ab8275bb8f306f780cd029a6dc48764461f4d1ef3a106b99fe5a90cbf2968839 NetAddr-IP-4.075.tar.gz
+16 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-netaddr-ip
#
################################################################################

PERL_NETADDR_IP_VERSION = 4.075
PERL_NETADDR_IP_SOURCE = NetAddr-IP-$(PERL_NETADDR_IP_VERSION).tar.gz
PERL_NETADDR_IP_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKER
PERL_NETADDR_IP_DEPENDENCIES = perl
PERL_NETADDR_IP_LICENSE = Artistic or GPLv1+
PERL_NETADDR_IP_LICENSE_FILES = Artistic Copying

PERL_NETADDR_IP_CONF_OPTS = -noxs

$(eval $(perl-package))