openbsd-ports/www/p5-IO-HTML/Makefile
nigel 5d332e2a74 This module opens a file and performs automatic charset detection
based on the HTML5 algorithm.  You can then pass the filehandle to
HTML::Parser or a related module (or just read it yourself).
required by p5-libwww >= 6.0

Ok landry, sthen
2013-03-26 23:53:57 +00:00

17 lines
307 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/03/26 23:53:57 nigel Exp $
COMMENT = open an HTML file with automatic charset detection
DISTNAME = IO-HTML-1.00
CATEGORIES = www
CPAN_AUTHOR = CJM
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
.include <bsd.port.mk>