summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/files/Makefile.PL
blob: 1802f1ab111c822ead46b6015b824e217e095bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile.PL,v 1.1 2000/08/27 07:11:15 jlam Exp $
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Array::PrintCols',
    'DISTNAME'  => 'Array-PrintCols',
    'VERSION'   => '1.2',
    'linkext'   => { LINKTYPE=>'' },	# no link needed
    'dist'      => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'}
);