Added: trunk/dports/lang/qore-uuid-module/Portfile (0 => 69296)
--- trunk/dports/lang/qore-uuid-module/Portfile (rev 0)
+++ trunk/dports/lang/qore-uuid-module/Portfile 2010-06-29 14:36:27 UTC (rev 69296)
@@ -0,0 +1,23 @@
+# -*- 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
+
+name qore-uuid-module
+version 1.0
+categories lang
+maintainers davidnichols
+description uuid module for Qore
+long_description Module providing the ability to generate, manipulate and parse uuids
+homepage http://qore.org
+platforms darwin
+master_sites sourceforge:qore
+
+checksums md5 2ad5964f2019fa9397f13455f8c60a27 \
+ sha1 de7b07b3e77a49e478cb2ca31e79e02aa54f2027 \
+ rmd160 3ffbc3b564aea9c533332f6765bfe399e4f4046a
+
+depends_lib port:qore \
+ port:ossp-uuid
+
+configure.args --disable-debug
Property changes on: trunk/dports/lang/qore-uuid-module/Portfile
___________________________________________________________________