Codebase list libcrypt-blowfish-perl / run/19fec4f2-eb1f-4b6f-ac11-c905d149c260/main Makefile.PL
run/19fec4f2-eb1f-4b6f-ac11-c905d149c260/main

Tree @run/19fec4f2-eb1f-4b6f-ac11-c905d149c260/main (Download .tar.gz)

Makefile.PL @run/19fec4f2-eb1f-4b6f-ac11-c905d149c260/mainraw · history · blame

#! /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' => 'Crypt::Blowfish',
	'DISTNAME' => 'Crypt-Blowfish',
	'VERSION_FROM' => 'Blowfish.pm',
	'OBJECT' => 'Blowfish.o _blowfish.o',
	'dist'   => {COMPRESS=>'gzip', SUFFIX=>'gz'}
);