Modified: trunk/dports/perl/p5-gnupg-interface/Portfile (122906 => 122907)
--- trunk/dports/perl/p5-gnupg-interface/Portfile 2014-08-01 21:50:21 UTC (rev 122906)
+++ trunk/dports/perl/p5-gnupg-interface/Portfile 2014-08-01 22:10:55 UTC (rev 122907)
@@ -6,6 +6,7 @@
perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
perl5.setup GnuPG-Interface 0.50
+revision 1
license {Artistic-1 GPL}
maintainers nomaintainer
description Perl interface to GnuPG
@@ -17,5 +18,10 @@
sha256 66e58e41c20d4ecd4e387e1ab1eee887f1c3c9fb0c65d0af2f95620e7b97141e
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-class-methodmaker
+ depends_lib-append \
+ port:gnupg \
+ port:p${perl5.major}-class-methodmaker \
+ port:p${perl5.major}-moo \
+ port:p${perl5.major}-moox-handlesvia \
+ port:p${perl5.major}-moox-late
}