Added: trunk/dports/perl/p5-test-alien/Portfile (0 => 145250)
--- trunk/dports/perl/p5-test-alien/Portfile (rev 0)
+++ trunk/dports/perl/p5-test-alien/Portfile 2016-01-29 19:11:39 UTC (rev 145250)
@@ -0,0 +1,26 @@
+# -*- 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.22
+perl5.setup Test-Alien 0.04
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Test::Alien - Testing tools for Alien modules
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 05c1fd5f79fb56abac01750616d920c9e4132dc4 \
+ sha256 7f41bceaa68b01edec48aa1df8ac74629a37e3c683f8367011680fe30e91a22d
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-capture-tiny \
+ port:p${perl5.major}-file-which \
+ port:p${perl5.major}-test-stream
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-test-alien/Portfile
___________________________________________________________________