# $Id: Portfile 62482 2010-01-09 04:36:32Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-socket-ssl
version			2.5.4
revision        1
categories		python
platforms		darwin
maintainers		nomaintainer
description		This is a stub. socket-ssl is now built with python25
long_description	${description}

homepage		http://www.python.org/doc/current/lib/ssl-objects.html

build			{ }
distfiles

destroot {
	xinstall -d ${destroot}${prefix}/share/doc/${name}
	system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}

livecheck.type	none
