Files
bsdports/perl/p5-IO-HTML/Makefile
2019-12-26 07:26:06 +00:00

18 lines
265 B
Makefile

#
# $Id$
#
PORTNAME= IO-HTML
PORTVERSION= 1.001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Open an HTML file with automatic charset detection
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF