mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 05:31:18 +01:00
14 lines
406 B
Makefile
14 lines
406 B
Makefile
################################################################################
|
|
#
|
|
# perl-uri
|
|
#
|
|
################################################################################
|
|
|
|
PERL_URI_VERSION = 1.73
|
|
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
|
|
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
|
PERL_URI_LICENSE = Artistic or GPL-1.0+
|
|
PERL_URI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(perl-package))
|