pkgsrc/www/p5-HTML-Display/Makefile
bsiegert b07b6f4fa7 Import HTML::Display. From Edgar Fuss in PR pkg/49188. From DESCR:
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.
2016-01-10 20:01:48 +00:00

23 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/10 20:01:48 bsiegert Exp $
DISTNAME= HTML-Display-0.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Display/
COMMENT= Display HTML locally in a browser
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-parent>=0.218:../../devel/p5-parent
DEPENDS+= p5-URI>=0.0:../../www/p5-URI
DEPENDS+= p5-libwww>=5.69:../../www/p5-libwww
DEPENDS+= p5-HTML-TokeParser-Simple>=2:../../www/p5-HTML-TokeParser-Simple
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= MakeMaker
PERL5_PACKLIST= auto/HTML/Display/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"