# -*- 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                python25-doc
version             2.5.2
categories          lang
platforms           darwin
maintainers         nomaintainer

replaced_by         py25-htmldocs
revision            1
distfiles     

description         HTML documentation for Python 2.5

homepage            http://www.python.org/

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

