root/trunk/FluidApp/Makefile.PL

Revision 926, 146 bytes (checked in by breese, 16 months ago)

initial commit for the fluid plugin for MT which provides enhanced desktop integration on Mac OS X.

Line 
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4    NAME            => 'Fluid App',
5    VERSION         => '0.90',
6    DISTNAME        => 'FluidApp',
7);
Note: See TracBrowser for help on using the browser.