File: Makefile.PL

package info (click to toggle)
libmail-milter-perl 0.06-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 196 kB
  • ctags: 97
  • sloc: perl: 1,217; makefile: 50; sh: 8
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile.PL,v 1.1 2004/02/23 19:43:11 tvierling Exp $

use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
    ABSTRACT_FROM	=> 'lib/Mail/Milter.pm',
    AUTHOR		=> 'Todd Vierling <tv@duh.org>',
    NAME		=> 'Mail::Milter',
    PREREQ_PM		=> {
	'Sendmail::Milter' => '0.18',
    },
    VERSION_FROM	=> 'lib/Mail/Milter.pm',
);