Define resources in Makefile

Due to the sunset of RT for CPAN it is beneficial to define
an issue tracker for libraries.

Change-Id: I58774069761d57f7ef8efd68a99e84185b92b7bd
diff --git a/Changes b/Changes
index d3252c4..f61104b 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
         - -s option added that uses sentence boundaries provided by the KorAP tokenizer (-tk)
         - tokenizer invocation comments removed from KorAP XML output
         - indentation of </span> tags fixed
-        - character entities that used in DeReKo are automatically replaced by their corresponding characters
+        - character entities used in DeReKo are automatically replaced by their corresponding characters
+        - resources defined in Makefile
 0.03 2021-01-12
         - Update KorAP-Tokenizer to released 2.0 version
         - Improve test suite for recent version
diff --git a/Makefile.PL b/Makefile.PL
index 4fbf708..3e15add 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -32,7 +32,22 @@
     'Log::Any' => '1.708'
   },
   MIN_PERL_VERSION => '5.016',
-  EXE_FILES => ['script/tei2korapxml']
+  EXE_FILES => ['script/tei2korapxml'],
+  META_MERGE   => {
+    'meta-spec' => { version => 2 },
+    requires  => { perl => '5.010001' },
+    resources => {
+      license     => 'https://opensource.org/licenses/BSD-2-Clause',
+      repository  => {
+        type => 'git',
+        url => 'https://github.com/KorAP/KorAP-XML-TEI.git',
+        web => 'https://github.com/KorAP/KorAP-XML-TEI',
+      },
+      bugtracker => {
+        web => 'https://github.com/KorAP/KorAP-XML-TEI/issues'
+      }
+    }
+  }
 );
 
 package MY;
diff --git a/Readme.pod b/Readme.pod
index 981ae2e..c9b667f 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -158,6 +158,6 @@
 L<Leibniz-Gemeinschaft|http://www.leibniz-gemeinschaft.de/>.
 
 This program is free software published under the
-L<BSD-2 License|https://raw.githubusercontent.com/KorAP/KorAP-XML-TEI/master/LICENSE>.
+L<BSD-2 License|https://opensource.org/licenses/BSD-2-Clause>.
 
 =cut
diff --git a/script/tei2korapxml b/script/tei2korapxml
index bd54462..350a72b 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -926,7 +926,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2020, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2021, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: Peter Harders
 
@@ -939,6 +939,6 @@
 L<Leibniz-Gemeinschaft|http://www.leibniz-gemeinschaft.de/>.
 
 This program is free software published under the
-L<BSD-2 License|https://raw.githubusercontent.com/KorAP/KorAP-XML-TEI/master/LICENSE>.
+L<BSD-2 License|https://opensource.org/licenses/BSD-2-Clause>.
 
 =cut