diff options
-rw-r--r-- | www/p5-HTML-Parser-Simple/Makefile | 18 | ||||
-rw-r--r-- | www/p5-HTML-Parser-Simple/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser-Simple/pkg-plist | 1 |
3 files changed, 12 insertions, 11 deletions
diff --git a/www/p5-HTML-Parser-Simple/Makefile b/www/p5-HTML-Parser-Simple/Makefile index 7205f11314b9..712559f8661b 100644 --- a/www/p5-HTML-Parser-Simple/Makefile +++ b/www/p5-HTML-Parser-Simple/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-HTML-Parser-Simple -# Date created: 2011-05-29 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-Parser-Simple -PORTVERSION= 1.06 +PORTVERSION= 2.00 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,13 +11,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse nice HTML files without needing a compiler -BUILD_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple -RUN_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple +LICENSE= ART10 + +BUILD_DEPENDS= p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \ + p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAN3= HTML::Parser::Simple.3 \ - HTML::Parser::Simple::Attributes.3 + HTML::Parser::Simple::Attributes.3 \ + HTML::Parser::Simple::Reporter.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-Parser-Simple/distinfo b/www/p5-HTML-Parser-Simple/distinfo index 9038cd6ff9b2..4ac6e90c7e89 100644 --- a/www/p5-HTML-Parser-Simple/distinfo +++ b/www/p5-HTML-Parser-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Parser-Simple-1.06.tgz) = 5e57dc18d346eff1f743ccd301b16d75d3357bcfc42b6dfb57fd2b7f041b8572 -SIZE (HTML-Parser-Simple-1.06.tgz) = 19945 +SHA256 (HTML-Parser-Simple-2.00.tgz) = 21264928d56aaaee65ac4887139d43312c95d948cc1acfcfa3734c4e734b9859 +SIZE (HTML-Parser-Simple-2.00.tgz) = 26434 diff --git a/www/p5-HTML-Parser-Simple/pkg-plist b/www/p5-HTML-Parser-Simple/pkg-plist index 4aca463d99a1..0b9c72e45cfb 100644 --- a/www/p5-HTML-Parser-Simple/pkg-plist +++ b/www/p5-HTML-Parser-Simple/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTML/Parser/Simple.pm %%SITE_PERL%%/HTML/Parser/Simple/Attributes.pm +%%SITE_PERL%%/HTML/Parser/Simple/Reporter.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser |