File: Makefile.PL

package info (click to toggle)
timedate 1.11-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 160 kB
  • ctags: 144
  • sloc: perl: 1,165; makefile: 48
file content (21 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This -*- perl -*- script makes the Makefile
# $Id: //depot/TimeDate/Makefile.PL#5 $

#--- Distribution section ---

$DISTNAME = 'TimeDate';
$VERSION  = "1.11";

#--- Write the Makefile

BEGIN { require 5.002 }

use ExtUtils::MakeMaker;

WriteMakefile(
	VERSION   => $VERSION,
	NAME      => $DISTNAME,
	@ppd
);