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

44 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-HTML-Tagset
version = 3.20
release = 3
thisapp = HTML-Tagset-%{version}
groups = Development/Libratries
url = http://search.cpan.org/dist/HTML-Tagset/
license = GPL+ or Artistic
summary = HTML::Tagset - data tables useful in parsing HTML.
description
This module contains several data tables useful in various kinds of
HTML parsing operations, such as tag and entity names.
end
source_dl = http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/
build
arches = noarch
requires
perl(ExtUtils::MakeMaker)
perl(Test::More)
end
build
perl Makefile.PL INSTALLDIRS=vendor
make %{PARALLELISMFLAGS}
end
test
make test
end
end
packages
package %{name}
end