Added: trunk/dports/perl/p5-moosex-object-pluggable/Portfile (0 => 133506)
--- trunk/dports/perl/p5-moosex-object-pluggable/Portfile (rev 0)
+++ trunk/dports/perl/p5-moosex-object-pluggable/Portfile 2015-03-03 14:06:45 UTC (rev 133506)
@@ -0,0 +1,33 @@
+# -*- 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 MooseX-Object-Pluggable 0.0014
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description MooseX::Object::Pluggable - Make your classes pluggable
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 f02f61440f8eca90b128b97394e4a2237d9dada8 \
+ sha256 f3bf7cbbe83f59c2111463e0c7dc8e69fa53fb3a8903f36f36d3f886cc3e64e0
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-module-build-tiny \
+ port:p${perl5.major}-test-fatal
+
+ depends_lib-append \
+ port:p${perl5.major}-module-pluggable \
+ port:p${perl5.major}-module-runtime \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-namespace-autoclean \
+ port:p${perl5.major}-try-tiny
+
+ perl5.use_module_build
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-moosex-object-pluggable/Portfile
___________________________________________________________________