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

PORTNAME=   HTML-Encoding
PORTVERSION=    0.61
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= 5.8.0+

MAN3=   HTML::Encoding.3

.include <bsd.port.mk>