[102004] trunk/dports/python/py-fcrypt/Portfile
jmr at macports.org
jmr at macports.org
Thu Jan 24 02:09:05 PST 2013
Revision: 102004
https://trac.macports.org/changeset/102004
Author: jmr at macports.org
Date: 2013-01-24 02:09:05 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
py-fcrypt: use unified portgroup, license, noarch
Modified Paths:
--------------
trunk/dports/python/py-fcrypt/Portfile
Modified: trunk/dports/python/py-fcrypt/Portfile
===================================================================
--- trunk/dports/python/py-fcrypt/Portfile 2013-01-24 09:55:55 UTC (rev 102003)
+++ trunk/dports/python/py-fcrypt/Portfile 2013-01-24 10:09:05 UTC (rev 102004)
@@ -1,13 +1,15 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-fcrypt
version 1.3.1
revision 1
categories python sysutils
+license MIT SSLeay
platforms darwin
+supported_archs noarch
maintainers nomaintainer
description python implementation of the Unix DES password crypt function
long_description A pure Python implementation of the Unix DES password \
@@ -21,7 +23,11 @@
distname fcrypt-${version}
checksums md5 41da4b31b45e753183b799b7091b5e92
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
- ${destroot}${prefix}/share/doc/${name}
+python.versions 24
+
+if {$subport != $name} {
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
+ ${destroot}${prefix}/share/doc/${subport}
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/cfe55e01/attachment-0001.html>
More information about the macports-changes
mailing list