# -*- 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: Portfile 82270 2011-08-11 21:12:56Z eborisch@macports.org $

PortSystem          1.0
name		        python27-doc
version			    2.7.2
categories		    lang
platforms		    darwin
maintainers		    nomaintainer

replaced_by         py27-htmldocs
revision            1
distfiles     

description		    HTML documentation for Python 2.7

homepage		    http://www.python.org/

livecheck.type      none
pre-configure {
    ui_error "Please do not install this port since it has been replaced by 'py27-htmldocs'."
    return -code error
}



