# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-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

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

depends_lib         port:py26-setuptools

checksums           md5     70c40ff5331460cabfcb24f86a8d451d \
                    sha1    b71e33147fc402e361227b30e1f589eecafd42a7 \
                    rmd160  aa9d4816bb1bd1b67a5e6ac0f94d9ae3410df71b
