buildroot/package/perl-net-ping/perl-net-ping.mk
Thomas De Schampheleire d7052c6fee perl-net-ping: add missing license declaration
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-07-27 23:51:46 +02:00

14 lines
446 B
Makefile

################################################################################
#
# perl-net-ping
#
################################################################################
PERL_NET_PING_VERSION = 2.68
PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
PERL_NET_PING_LICENSE = Artistic or GPL-1.0+
PERL_NET_PING_LICENSE_FILES = README
$(eval $(perl-package))