File: Makefile.PL

package info (click to toggle)
libgeo-helmerttransform-perl 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 88 kB
  • sloc: perl: 146; makefile: 2
file content (19 lines) | stat: -rwxr-xr-x 438 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
#!/usr/bin/perl -w
#
# Makefile.PL:
# Generate makefile.
#
# Copyright (c) 2005 UK Citizens Online Democracy. All rights reserved.
# Email: chris@mysociety.org; WWW: http://www.mysociety.org/
#

my $rcsid = ''; $rcsid .= '$Id: Makefile.PL,v 1.1 2006-11-03 14:49:14 chris Exp $';

use strict;

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Geo::HelmertTransform',
    VERSION_FROM    => 'lib/Geo/HelmertTransform.pm'
);