File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ use ExtUtils::MakeMaker;
2
2
use strict;
3
3
use warnings;
4
4
5
+ my $package_name = " PDL::IO::ENVI" ;
6
+ (my $repo = $package_name ) =~ s # ::# -# g ;
7
+ $repo = " PDLPorters/$repo " ;
5
8
WriteMakefile(
6
- NAME => " PDL::IO::ENVI " ,
9
+ NAME => $package_name ,
7
10
VERSION_FROM => ' ENVI.pm' ,
8
11
AUTHOR => ' PerlDL Developers <pdl-general@lists.sourceforge.net>' ,
9
12
CONFIGURE_REQUIRES => {
@@ -12,4 +15,17 @@ WriteMakefile(
12
15
PREREQ_PM => {
13
16
' PDL' => ' 2.094' ,
14
17
},
18
+ META_MERGE => {
19
+ " meta-spec" => { version => 2 },
20
+ resources => {
21
+ homepage => ' http://pdl.perl.org/' ,
22
+ bugtracker => {web => " https://github.com/$repo /issues" },
23
+ repository => {
24
+ url => " git://github.com/$repo .git" ,
25
+ type => ' git' ,
26
+ web => " https://github.com/$repo " ,
27
+ },
28
+ x_IRC => ' irc://irc.perl.org/#pdl' ,
29
+ },
30
+ },
15
31
);
You can’t perform that action at this time.
0 commit comments