aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/p5-HTML-Display/Makefile21
-rw-r--r--www/p5-HTML-Display/pkg-descr8
2 files changed, 14 insertions, 15 deletions
diff --git a/www/p5-HTML-Display/Makefile b/www/p5-HTML-Display/Makefile
index 40191f9247a3..d22b2e65fd93 100644
--- a/www/p5-HTML-Display/Makefile
+++ b/www/p5-HTML-Display/Makefile
@@ -3,25 +3,24 @@
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 <bsd.port.mk>
diff --git a/www/p5-HTML-Display/pkg-descr b/www/p5-HTML-Display/pkg-descr
index e3fe2525ee68..6fc6c1dc773e 100644
--- a/www/p5-HTML-Display/pkg-descr
+++ b/www/p5-HTML-Display/pkg-descr
@@ -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/