16 lines
251 B
Makefile
16 lines
251 B
Makefile
|
COMMENT = open an HTML file with automatic charset detection
|
||
|
|
||
|
DISTNAME = IO-HTML-1.004
|
||
|
CATEGORIES = www
|
||
|
CPAN_AUTHOR = CJM
|
||
|
|
||
|
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|