aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Encoding/Makefile
blob: ef08bacac5e7644db40875f6c1f685b3b7af486b (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
# ex:ts=8
# Ports collection makefile for:	HTML::Encoding
# Created by: 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

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

USES=		perl5
USE_PERL5=	configure

MAN3=	HTML::Encoding.3

.include <bsd.port.mk>