Index: head/www/p5-HTML-Display/Makefile =================================================================== --- head/www/p5-HTML-Display/Makefile (revision 377408) +++ head/www/p5-HTML-Display/Makefile (revision 377409) @@ -1,27 +1,26 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= HTML-Display PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Display HTML locally in a browser -RUN_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ - p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww \ - p5-parent>=0.218:${PORTSDIR}/devel/p5-parent \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness + USES= perl5 USE_PERL5= configure - -regression-test: - @${MAKE} test -C ${WRKSRC} .include Index: head/www/p5-HTML-Display/pkg-descr =================================================================== --- head/www/p5-HTML-Display/pkg-descr (revision 377408) +++ head/www/p5-HTML-Display/pkg-descr (revision 377409) @@ -1,6 +1,6 @@ -This module abstracts the task of displaying HTML to the user. The -displaying is done by launching a browser and navigating it to either -a temporary file with the HTML stored in it, or, if possible, by -pushing the HTML directly into the browser window. +This module abstracts the task of displaying HTML to the user. The displaying is +done by launching a browser and navigating it to either a temporary file with +the HTML stored in it, or, if possible, by pushing the HTML directly into the +browser window. WWW: http://search.cpan.org/dist/HTML-Display/