Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25304 - (hide annotations) (download)
Tue Nov 25 03:24:59 2014 UTC (9 years, 5 months ago) by niro
File size: 328 byte(s)
-release branches/R11-unstable
1 niro 23243 # $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"