aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:09:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:09:09 +1300
commit5d5b3625fb44c33206931d245ecf18bb08626f81 (patch)
treec25ec12f74b15ad18d712aa22bb46442dd8ea735
parentAdd prerequisites to Makefile.PL (diff)
downloadMail-Run-Crypt-5d5b3625fb44c33206931d245ecf18bb08626f81.tar.gz
Mail-Run-Crypt-5d5b3625fb44c33206931d245ecf18bb08626f81.zip
Add some meta information to Makefile.PL
-rw-r--r--Makefile.PL17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5d8139f..49ae511 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,6 +28,23 @@ WriteMakefile(
'MIME::Entity' => 0,
},
EXE_FILES => ['bin/runcrypt'],
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ provides => {
+ 'Mail::Run::Crypt' => {
+ version => '0.01',
+ file => 'lib/Mail/Run/Crypt.pm',
+ },
+ },
+ resources => {
+ homepage => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/',
+ repository => {
+ type => 'git',
+ url => 'https://sanctum.geek.nz/code/Mail-Run-Crypt.git/',
+ web => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/',
+ },
+ },
+ },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Mail-Run-Crypt-*' },
);