root/trunk/Linkblog/Makefile.PL

Revision 309, 228 bytes (checked in by mpaschal, 2 years ago)

Move license file
Makefile-fu
Make name more consistent

Line 
1#!/usr/bin/perl -w
2
3use strict;
4use warnings;
5use ExtUtils::MakeMaker;
6
7WriteMakefile(
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.