Bernd Kuhls | 27e4a43 | 2015-04-19 12:17:07 +0200 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # |
| 3 | # perl-http-message |
| 4 | # |
| 5 | ################################################################################ |
| 6 | |
Francois Perrad | 3dd4c19 | 2017-08-20 10:03:16 +0200 | [diff] [blame] | 7 | PERL_HTTP_MESSAGE_VERSION = 6.13 |
Bernd Kuhls | 27e4a43 | 2015-04-19 12:17:07 +0200 | [diff] [blame] | 8 | PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz |
Francois Perrad | 3dd4c19 | 2017-08-20 10:03:16 +0200 | [diff] [blame] | 9 | PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS |
Francois Perrad | 3a6dd3d | 2015-10-24 18:26:49 +0200 | [diff] [blame] | 10 | PERL_HTTP_MESSAGE_DEPENDENCIES = perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes perl-uri |
Rahul Bedarkar | cded7ae | 2017-03-30 19:13:31 +0530 | [diff] [blame] | 11 | PERL_HTTP_MESSAGE_LICENSE = Artistic or GPL-1.0+ |
Francois Perrad | 3a6dd3d | 2015-10-24 18:26:49 +0200 | [diff] [blame] | 12 | PERL_HTTP_MESSAGE_LICENSE_FILES = LICENSE |
Bernd Kuhls | 27e4a43 | 2015-04-19 12:17:07 +0200 | [diff] [blame] | 13 | |
| 14 | $(eval $(perl-package)) |