buildroot/package/perl-uri/perl-uri.mk
Bernd Kuhls fe58e6f562 package/perl-uri: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-19 13:43:44 +02:00

15 lines
432 B
Makefile

################################################################################
#
# perl-uri
#
################################################################################
PERL_URI_VERSION = 1.67
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
PERL_URI_DEPENDENCIES = perl
PERL_URI_LICENSE = Artistic or GPLv1+
PERL_URI_LICENSE_FILES = README
$(eval $(perl-package))