diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:16:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | d12a4415855ad0ee34d99647dd39f0c959c119c7 (patch) | |
tree | a38eaddca39a94fdcdf80a3829253155cdf2015a /package/perl-html-parser/perl-html-parser.mk | |
parent | e4920b6e18b78c2bde9a7f9b8b9c214f456fa128 (diff) | |
download | buildroot-d12a4415855ad0ee34d99647dd39f0c959c119c7.tar.gz buildroot-d12a4415855ad0ee34d99647dd39f0c959c119c7.zip |
package/perl-html-parser: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-html-parser/perl-html-parser.mk')
-rw-r--r-- | package/perl-html-parser/perl-html-parser.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/perl-html-parser/perl-html-parser.mk b/package/perl-html-parser/perl-html-parser.mk new file mode 100644 index 0000000000..ecdd7fd4f8 --- /dev/null +++ b/package/perl-html-parser/perl-html-parser.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# perl-html-parser +# +################################################################################ + +PERL_HTML_PARSER_VERSION = 3.71 +PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz +PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS +PERL_HTML_PARSER_DEPENDENCIES = perl perl-html-tagset +PERL_HTML_PARSER_LICENSE = Artistic or GPLv1+ +PERL_HTML_PARSER_LICENSE_FILES = README + +$(eval $(perl-package)) |