From eff9066ae3f888192ff1ff26f322b3412a419045 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 2 May 2007 22:48:47 +0000 Subject: Add the initial build infrastructure for the wallet Perl modules and the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier. --- perl/Makefile.PL.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 perl/Makefile.PL.in (limited to 'perl/Makefile.PL.in') diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in new file mode 100644 index 0000000..be27bd2 --- /dev/null +++ b/perl/Makefile.PL.in @@ -0,0 +1,14 @@ +# Makefile.PL for the Wallet Perl library. -*- perl -*- +# $Id$ + +use ExtUtils::MakeMaker; + +my $version = '@PACKAGE_VERSION@'; +$version =~ s/\.(\d)$/.0$1/; + +WriteMakefile( + NAME => 'Wallet', + VERSION => $version, + ABSTRACT => 'Wallet: a secure credential management system', + AUTHOR => 'Russ Allbery (rra@stanford.edu)' +); -- cgit v1.2.3