commit 8516c119fc2f2afc2b391eaf64ff124d2cfbaccd
Author: Yan Gajdos <y@gajdos.se>
Date: Tue Oct 14 16:07:02 2014 +0200
p5-redis depends on p5-try-tiny
diff --git a/dports/perl/p5-redis/Portfile b/dports/perl/p5-redis/Portfile
index c0df211..69022ac 100644
a
|
b
|
PortGroup perl5 1.0 |
6 | 6 | |
7 | 7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
8 | 8 | perl5.setup Redis 1.953 ../by-authors/id/M/ME/MELO/ |
| 9 | revision 1 |
9 | 10 | license Artistic-2 |
10 | 11 | platforms darwin |
11 | 12 | maintainers komatasche.de:macportscf openmaintainer |
… |
… |
long_description ${description} |
15 | 16 | |
16 | 17 | checksums rmd160 5085f02128797b2e9efa760497c7cf2dda937a25 \ |
17 | 18 | sha256 3b35fd810af6130e129ea734d51abfc227f6318934ddc2aa943943a2d8d8a530 |
| 19 | |
| 20 | if {${perl5.major} != ""} { |
| 21 | depends_lib-append port:p${perl5.major}-try-tiny |
| 22 | } |