File: Makefile.PL

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

#--- Distribution section ---

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

#--- Write the Makefile

BEGIN { require 5.004 }

use ExtUtils::MakeMaker;

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