X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibhtml-tagset-perl%2Flibhtml-tagset-perl-3.20%2FMakefile.PL;fp=dev%2Fi386%2Flibhtml-tagset-perl%2Flibhtml-tagset-perl-3.20%2FMakefile.PL;h=cd6fe8515fd30036ede558c76bdaf1e765d31ffa;hp=0000000000000000000000000000000000000000;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hpb=df794b845212301ea0d267c919232538bfef356a diff --git a/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/Makefile.PL b/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/Makefile.PL new file mode 100644 index 0000000..cd6fe85 --- /dev/null +++ b/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/Makefile.PL @@ -0,0 +1,19 @@ +# This -*-perl-*- program writes the Makefile for installing this distribution. +# +# See "perldoc perlmodinstall" or "perldoc ExtUtils::MakeMaker" for +# info on how to control how the installation goes. + +require 5.004; +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'HTML::Tagset', + AUTHOR => 'Andy Lester ', + VERSION_FROM => 'Tagset.pm', # finds $VERSION + ABSTRACT_FROM => 'Tagset.pm', # retrieve abstract from module + PMLIBDIRS => [qw(lib/)], + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'HTML-Tagset-*' }, + +);