aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Parser/Makefile
blob: e157fbe06460f028d21a15f13dff2041e4d1cbdc (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
31
# New ports collection makefile for:    p5-HTML-Parser
# Version required:                     3.*
# Date Created:             28 April 1998
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=       HTML-Parser-3.02
PKGNAME=        p5-HTML-Parser-3.02
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML

MAINTAINER= ports@FreeBSD.org

USE_PERL5=  yes

MAN3=       HTML::Entities.3 \
        HTML::Filter.3 \
        HTML::HeadParser.3 \
        HTML::LinkExtor.3 \
        HTML::Parser.3 \
        HTML::TokeParser.3

MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>