Magellan Linux

Contents of /trunk/extras/html-parser/html-parser-3.72-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27605 - (show annotations) (download)
Thu Mar 17 09:01:24 2016 UTC (8 years, 2 months ago) by niro
File size: 328 byte(s)
-rebuild against perl-5.22.1
1 # $Id$
2
3 PNAME="html-parser"
4 PVER="3.72"
5 PBUILD="r1"
6
7 DESCRIPTION="Perl HTML parser class."
8
9 DEPEND=">= dev-lang/perl-5.22.1
10 >= dev-perl/html-tagset-3.20"
11
12 if mqueryfeature "check"
13 then
14 SDEPEND+="
15 >= dev-perl/test-pod-1"
16 fi
17
18 CPAN_MODULE=HTML-Parser
19 CPAN_AUTHOR=GAAS
20 sminclude cpan
21
22 UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"