freebsd-ports/www/p5-HTML-Encoding/Makefile
Andrej Zverev 5a9f793ae0 Update to 0.61.
Changes: http://search.cpan.org/dist/HTML-Encoding/Changes

PR:		ports/150925
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-25 10:51:19 +00:00

25 lines
493 B
Makefile

# 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>