File: Makefile.PL

package info (click to toggle)
libstring-crc32-perl 1.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 76 kB
  • ctags: 7
  • sloc: makefile: 54; perl: 45; ansic: 26
file content (12 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/local/bin/perl

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile being created.
WriteMakefile(
	'NAME' => 'String::CRC32',
	'DISTNAME' => 'String-CRC32',
	'VERSION' => '1.4',
	'OBJECT' => 'CRC32.o',
	'dist'   => {COMPRESS=>'gzip', SUFFIX=>'gz'}
);