Added: trunk/dports/python/py-certifi/Portfile (0 => 90314)
--- trunk/dports/python/py-certifi/Portfile (rev 0)
+++ trunk/dports/python/py-certifi/Portfile 2012-03-01 22:02:46 UTC (rev 90314)
@@ -0,0 +1,31 @@
+# -*- 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 python 1.0
+
+name py-certifi
+version 0.0.6
+python.versions 26 27
+python.default_version 27
+categories python devel
+platforms darwin
+maintainers nomaintainer
+license {MPL-1.1 GPL-2+ LGPL-2.1+}
+homepage http://pypi.python.org/pypi/certifi
+description Python SSL Certificates
+long_description This packge contains a modified version of ca-bundle.crt.
+
+master_sites http://pypi.python.org/packages/source/c/certifi
+distname certifi-${version}
+
+checksums rmd160 65827de13f51cb9127d1b5a8097698dd074f6320 \
+ sha256 e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585
+
+if {$subport != $name} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex certifi (\\d+(\\.\\d+)+)
+}
Property changes on: trunk/dports/python/py-certifi/Portfile
___________________________________________________________________