Added: trunk/dports/perl/p5-extutils-xspp/Portfile (0 => 105492)
--- trunk/dports/perl/p5-extutils-xspp/Portfile (rev 0)
+++ trunk/dports/perl/p5-extutils-xspp/Portfile 2013-04-22 19:19:25 UTC (rev 105492)
@@ -0,0 +1,29 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
+perl5.setup ExtUtils-XSpp 0.1700
+
+platforms darwin
+maintainers nomaintainer
+license {Artistic-1 GPL}
+
+supported_archs noarch
+
+description ExtUtils::XSpp (no description available)
+
+long_description ${description}
+
+checksums rmd160 ab3d9212a6740da927d5ffff9c58364a0639f43e \
+ sha256 355305acb5285e60d40471d30555944ca8327967e13bfbe24e257ed9563a57d7
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-base \
+ port:p${perl5.major}-test-differences
+
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-extutils-xspp/Portfile
___________________________________________________________________