root/trunk/Linkblog/Makefile.PL

Revision 309, 228 bytes (checked in by mpaschal, 1 year ago)

Move license file
Makefile-fu
Make name more consistent

Line 
1 #!/usr/bin/perl -w
2
3 use strict;
4 use warnings;
5 use ExtUtils::MakeMaker;
6
7 WriteMakefile(
8     NAME            => 'MT::Plugin::Linkblog',
9     VERSION_FROM    => 'plugins/linkblog/linkblog.pl',
10     DISTNAME        => 'linkblog',
11 );
12
Note: See TracBrowser for help on using the browser.