2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
40 lines
1 KiB
Makefile
40 lines
1 KiB
Makefile
# New ports collection makefile for: p5-HTML-Display
|
|
# Date created: 24 Oct 2007
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Display
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Display.3 \
|
|
HTML::Display::Common.3 \
|
|
HTML::Display::Debian.3 \
|
|
HTML::Display::Dump.3 \
|
|
HTML::Display::Galeon.3 \
|
|
HTML::Display::Mozilla.3 \
|
|
HTML::Display::OSX.3 \
|
|
HTML::Display::Opera.3 \
|
|
HTML::Display::Phoenix.3 \
|
|
HTML::Display::TempFile.3 \
|
|
HTML::Display::Win32.3 \
|
|
HTML::Display::Win32::IE.3 \
|
|
HTML::Display::Win32::OLE.3
|
|
|
|
.include <bsd.port.mk>
|