root/trunk/PostOffice/Makefile.PL @ 725

Revision 725, 234 bytes (checked in by breese, 18 months ago)

adding build tools for postoffice

RevLine 
[725]1# Copyright 2008, Six Apart, Ltd.
2# License: Under the same license as Perl itself
3
4use ExtUtils::MakeMaker;
5
6WriteMakefile(
7    NAME            => 'Post Office',
8    VERSION         => '1.0',
9    DISTNAME        => 'PostOffice',
10);
11
Note: See TracBrowser for help on using the browser.