Revision
81613
Author
dports@macports.org
Date
2011-08-02 17:44:09 -0700 (Tue, 02 Aug 2011)

Log Message

p5-extutils-libbuilder: new port, v0.04

Added Paths

Diff

Added: trunk/dports/perl/p5-extutils-libbuilder/Portfile (0 => 81613)


--- trunk/dports/perl/p5-extutils-libbuilder/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-extutils-libbuilder/Portfile	2011-08-03 00:44:09 UTC (rev 81613)
@@ -0,0 +1,25 @@
+# -*- 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.setup         ExtUtils-LibBuilder 0.04
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+license             {Artistic GPL}
+
+description         help build perl modules with self-contained C libraries
+
+long_description \
+  Some Perl modules need to ship C libraries together with their Perl    \
+  code. Although there are mechanisms to compile and link (or glue) C    \
+  code in your Perl programs, there isn't a clear method to compile      \
+  standard, self-contained C libraries. This module's main goal is to    \
+  help in that task.
+
+checksums           sha256 dcac851a093331a7fb6349c08a2b9bd75a10ea4b009b2771af7b59c347879948 \
+                    rmd160 a12ef706c4da6a3b0fbc2facf5b37f05a3509a82
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-extutils-libbuilder/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style