Added: trunk/dports/perl/p5-test-refcount/Portfile (0 => 133295)
--- trunk/dports/perl/p5-test-refcount/Portfile (rev 0)
+++ trunk/dports/perl/p5-test-refcount/Portfile 2015-02-24 21:19:36 UTC (rev 133295)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.16 5.18 5.20
+perl5.setup Test-Refcount 0.08
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Test::Refcount - assert reference counts on objects
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 cda497f58ffed3e7ba5aacd06f7662b02a8ea3ba \
+ sha256 90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-test-simple
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-test-refcount/Portfile
___________________________________________________________________