Index: Portfile
===================================================================
--- Portfile	(revision 122700)
+++ Portfile	(working copy)
@@ -6,7 +6,7 @@
 name                frozenbubble2
 categories          games
 version             2.2.0
-revision            2
+revision            3
 platforms           darwin
 maintainers         nomaintainer
 
@@ -30,9 +30,9 @@
                     port:libsdl_image \
                     port:libsdl_mixer \
                     port:libsdl_pango \
-                    port:perl5.12 \
-                    port:p5.12-sdl_perl
-depends_run         port:p5.12-locale-gettext
+                    port:perl5.16 \
+                    port:p5.16-sdl_perl
+depends_run         port:p5.16-locale-gettext
 
 livecheck.type      freecode
 livecheck.name      frozen-bubble
@@ -47,9 +47,9 @@
 
 post-patch {
     foreach file [glob ${worksrcpath}/frozen-bubble*] {
-        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${file}
+        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" ${file}
     }
-    reinplace "s|__PERL__|${prefix}/bin/perl5.12|" ${worksrcpath}/Makefile \
+    reinplace "s|__PERL__|${prefix}/bin/perl5.16|" ${worksrcpath}/Makefile \
         ${worksrcpath}/c_stuff/Makefile
 }
 
