File: Makefile.PL

package info (click to toggle)
opalmod 0.1.16
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 172 kB
  • ctags: 16
  • sloc: perl: 220; makefile: 54
file content (20 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/perl
#    OpaL Perl Modules
#    Copyright (C) 2000,2007-2008  Ola Lundqvist <ola@inguza.com>
#
#    For full COPYRIGHT notice see the COPYING document.
#
#    For more information take a look at the official homepage at:
#      http://inguza.com/software/opalmod
#    or contact the author at:
#      ola@inguza.com
#

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
	      'NAME'	=> 'OpaL::dir',
	      'VERSION_FROM' => 'dir.pm', # finds $VERSION
	      'PM'      => { 'dir.pm' => '$(INST_LIBDIR)/dir.pm' }
);