aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Encoding/Makefile
blob: 7ba37d7a9bb683266c0505146385a3ee6a4f78bb (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
# ex:ts=8
# Ports collection makefile for:    HTML::Encoding
# Date created:         Jun 5, 2006
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   HTML-Encoding
PORTVERSION=    0.59
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Determine the encoding of HTML/XML/XHTML documents

RUN_DEPENDS=    p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE= yes

MAN3=   HTML::Encoding.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=   p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
.endif

.include <bsd.port.post.mk>