Ticket #18925: Portfile

File Portfile, 868 bytes (added by arthur@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python26 1.0
5name                py26-markdown
6version             1.7
7categories-append   textproc
8maintainers         openmaintainer arthurkoziel.com:arthur
9description         Python implementation of Markdown
10long_description    ${description}
11
12platforms           darwin
13
14use_zip             yes
15
16homepage            http://www.freewisdom.org/projects/python-markdown/
17master_sites        sourceforge:python-markdown
18distname            markdown-${version}
19
20checksums           md5     99b1721d723e8c64381fc023d23b202a \
21                    sha1    321383ab11e008031bc42173f8df9393f0afeaf5 \
22                    rmd160  69c9ab8c71cea35023b695140b8e57326eb43382
23
24livecheck.check     regex
25livecheck.url       http://sourceforge.net/projects/python-markdown/
26livecheck.regex     "markdown - (\[1-9\]+\.\[0-9\]+)"