freebsd-ports/www/p5-HTML-Display/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
588 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML-Display
PORTVERSION= 0.40
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display HTML locally in a browser
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-TokeParser-Simple>=2:www/p5-HTML-TokeParser-Simple \
p5-URI>=0:net/p5-URI \
p5-libwww>=5.69:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Harness>=2.30:devel/p5-Test-Harness
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>