aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-*' },
);