mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
31 lines
625 B
Makefile
31 lines
625 B
Makefile
# New ports collection makefile for: p5-HTML-Parser
|
|
# Date Created: 28 April 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Parser
|
|
PORTVERSION= 3.68
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Perl5 module for parsing HTML documents
|
|
|
|
RUN_DEPENDS= p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Entities.3 \
|
|
HTML::Filter.3 \
|
|
HTML::HeadParser.3 \
|
|
HTML::LinkExtor.3 \
|
|
HTML::Parser.3 \
|
|
HTML::PullParser.3 \
|
|
HTML::TokeParser.3
|
|
|
|
.include <bsd.port.mk>
|