buildroot/package/perl-lwp-mediatypes/perl-lwp-mediatypes.mk
Francois Perrad ed74c08e9a package/perl-lwp-mediatypes: bump to version 6.04
The license file is changed from README, which contained just the
following license details:

"""
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.
"""

to the more complete LICENSE file, which didn't exist back in the 6.02
version. This LICENSE file contains the usual GPL or Artistic license
text.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add details about the license file change]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-04-01 22:00:11 +02:00

15 lines
542 B
Makefile

################################################################################
#
# perl-lwp-mediatypes
#
################################################################################
PERL_LWP_MEDIATYPES_VERSION = 6.04
PERL_LWP_MEDIATYPES_SOURCE = LWP-MediaTypes-$(PERL_LWP_MEDIATYPES_VERSION).tar.gz
PERL_LWP_MEDIATYPES_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_LWP_MEDIATYPES_LICENSE = Artistic or GPL-1.0+
PERL_LWP_MEDIATYPES_LICENSE_FILES = LICENSE
PERL_LWP_MEDIATYPES_DISTNAME = LWP-MediaTypes
$(eval $(perl-package))