Magellan Linux

Contents of /branches/R11-unstable/extras/html-parser/html-parser-3.71-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23243 - (show annotations) (download)
Wed Nov 5 12:57:33 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/html-parser/html-parser-3.71-r1.smage2
File size: 328 byte(s)
auto added: ver bump to 3.71-r1
1 # $Id$
2
3 PNAME="html-parser"
4 PVER="3.71"
5 PBUILD="r1"
6
7 DESCRIPTION="Perl HTML parser class."
8
9 DEPEND=">= dev-lang/perl-5.20.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"