Skip to content

Commit

Permalink
Add repository info metadata. (Modified version of dsteinbrunner's pa…
Browse files Browse the repository at this point in the history
…tch)
  • Loading branch information
wolfsage committed Mar 14, 2014
1 parent c6981cf commit 19e43c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ WriteMakefile(
PREREQ_PM => {
'Test::More' => 0,
},
META_MERGE => {
resources => {
repository => {
type => 'git',
url => 'git://github.com/timbunce/Memcached-libmemcached.git',
web => 'https://github.com/timbunce/Memcached-libmemcache',
},
},
},
dynamic_lib => {
OTHERLDFLAGS => ($opt_pg ? "-pg " : "")
. ($opt_g ? "-g " : "")
Expand Down

0 comments on commit 19e43c0

Please sign in to comment.