aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Parser/Makefile
blob: 9a7311433d1da278252eacf60e3650a5a2eb70f9 (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
# Version required:         2.18
# Date Created:             28 April 1998
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/05/14 08:16:30 vanilla Exp $
#

DISTNAME=   HTML-Parser-2.18
PKGNAME=    p5-HTML-Parser-2.18
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

MAN3PREFIX= ${PREFIX}/lib/perl5

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>