source: main/trunk/greenstone2/build-src/packages/w3mir/MIME-Base64-2.11/Makefile.PL@ 26670

Last change on this file since 26670 was 718, checked in by davidb, 25 years ago

added m3mir package

  • Property svn:keywords set to Author Date Id Revision
File size: 186 bytes
Line 
1require 5.002;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'MIME::Base64',
6 VERSION_FROM => 'Base64.pm',
7 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
8);
Note: See TracBrowser for help on using the repository browser.