blob: 95c1e2761d866ceed63abcf3a7bb4d0ec0a133d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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.69
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>
|