0a88a6c04f
The license file hash is changed due to: - Changes in the README file unrelated to the licensing terms. - Update of the copyright year (2017 changed to 2017-2018) Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
480 B
Makefile
15 lines
480 B
Makefile
################################################################################
|
|
#
|
|
# perl-net-ping
|
|
#
|
|
################################################################################
|
|
|
|
PERL_NET_PING_VERSION = 2.71
|
|
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
|
|
PERL_NET_PING_DISTNAME = Net-Ping
|
|
|
|
$(eval $(perl-package))
|