Ticket #14837: Portfile

File Portfile, 963 bytes (added by michel.sylvan@…, 16 years ago)
Line 
1# $Id: Portfile 24953 2007-05-09 04:25:11Z ryandesign@macports.org $
2
3PortSystem          1.0
4PortGroup           python25 1.0
5name                py25-pygments
6version             0.9
7categories-append   devel
8maintainers         erickt@macports.org
9description         Python syntax highlighter
10long_description \
11    Pygments is a fast syntax highlighter written in Python with a \
12    special focus on details. Can highlight source code in many supported \
13    languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled \
14    HTML or LaTeX, comes with many builtin styles.
15
16platforms           darwin
17
18homepage            http://pygments.org/
19master_sites        http://pypi.python.org/packages/source/P/Pygments/
20distname            Pygments-${version}
21
22checksums           md5 8cdce901a66c0febb576955e90814485 \
23                    sha1 2d5a3186a6b9c6f6e05c147eeb18af37b7937708 \
24                    rmd160 17d1e3ca9a2986593c773a1b66cb5eae4032c6cf
25