# $Id: Portfile 66118 2010-04-06 04:57:38Z jmr@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-pygments
version             1.0
categories-append   devel
maintainers         openmaintainer erickt
description         Python syntax highlighter
long_description \
    Pygments is a fast syntax highlighter written in Python with a \
    special focus on details. Can highlight source code in many supported \
    languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled \
    HTML or LaTeX, comes with many builtin styles.

platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://pygments.org
master_sites        http://pypi.python.org/packages/source/P/Pygments
distname            Pygments-${version}

depends_lib         port:py25-distribute

checksums           md5     70c40ff5331460cabfcb24f86a8d451d \
                    sha1    b71e33147fc402e361227b30e1f589eecafd42a7 \
                    rmd160  aa9d4816bb1bd1b67a5e6ac0f94d9ae3410df71b
