kumquat-buildroot/package/perl-netaddr-ip/perl-netaddr-ip.mk
Francois Perrad 86658b0b18 perl-netaddr-ip: build the XS version
the generated subdirectory Makefiles are now fixed

now, the Pure Perl version is only useful when BR2_STATIC_LIBS

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-20 19:30:14 +02:00

18 lines
541 B
Makefile

################################################################################
#
# perl-netaddr-ip
#
################################################################################
PERL_NETADDR_IP_VERSION = 4.079
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_LICENSE = Artistic or GPL-1.0+
PERL_NETADDR_IP_LICENSE_FILES = Artistic Copying
ifeq ($(BR2_STATIC_LIBS),y)
PERL_NETADDR_IP_CONF_OPTS = -noxs
endif
$(eval $(perl-package))