1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/another-htmllint/files/htmllint

15 lines
220 B
Perl

#!/usr/bin/perl
#
# $Id$
#
#use strict;
use lib '%PREFIX%/share/htmllint';
use lib '%PREFIX%/share/htmllint/rule';
$RULEDIR = '%PREFIX%/share/htmllint/rule/';
require 'htmllint.pm';
exit(&htmllint::HTMLlint(@ARGV));