Added: trunk/dports/perl/p5-object-id/Portfile (0 => 77268)
--- trunk/dports/perl/p5-object-id/Portfile (rev 0)
+++ trunk/dports/perl/p5-object-id/Portfile 2011-03-25 04:13:05 UTC (rev 77268)
@@ -0,0 +1,24 @@
+# -*- 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 Object-ID 0.1.1
+platforms darwin
+maintainers l2g openmaintainer
+license Artistic GPL
+supported_archs noarch
+
+description Object::ID - A unique identifier for any object
+
+long_description ${description}
+
+distname ${perl5.module}-v${version}
+checksums sha1 35ca79a6a458b5c8367bf1beb932fdcccd888280 \
+ rmd160 ec61fced38a348dfe40ff292b211b18a5afa48c1
+
+depends_lib-append port:p5-hash-fieldhash \
+ port:p5-sub-name
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-object-id/Portfile
___________________________________________________________________