2013-02-28 11:27:28 +01:00
|
|
|
# Created by: Frederic Culot <culot@FreeBSD.org>
|
2012-06-14 16:30:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= IO-HTML
|
2014-07-04 10:39:06 +02:00
|
|
|
PORTVERSION= 1.001
|
2012-06-14 16:30:39 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
|
|
COMMENT= Open an HTML file with automatic charset detection
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-09-09 17:55:47 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-06-14 16:30:39 +02:00
|
|
|
|
2013-02-28 11:27:28 +01:00
|
|
|
.include <bsd.port.mk>
|