ipfire-3.x/perl-HTML-Parser/perl-HTML-Parser.nm

55 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-HTML-Parser
version = 3.71
release = 1.1
groups = Development/Libratries
url = http://search.cpan.org/dist/HTML-Parser/
license = GPL+ or Artistic
summary = Perl module for parsing HTML.
description
The HTML-Parser module for perl to parse and extract information from
HTML documents, including the HTML::Entities, HTML::HeadParser,
HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
end
source_dl = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
thisapp = HTML-Parser-%{version}
build
requires
perl-core
perl-devel
perl(HTML::Tagset)
perl(Test::More)
pakfire >= 0.9.26-3.1
end
build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
make %{PARALLELISMFLAGS}
end
test
make test
end
end
packages
package %{name}
requires
perl(:MODULE_COMPAT_%{perl_version})
end
end
package %{name}-debuginfo
template DEBUGINFO
end
end