Changeset 79414
- Timestamp:
- 06/12/11 23:52:14 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/php/php5-markdown/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/php/php5-markdown/Portfile
r79413 r79414 1 # -*- 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup php5extension 1.04 PortSystem 1.0 5 PortGroup php5extension 1.0 5 6 6 7 php5extension.setup discount 0.2.0 pecl 7 8 revision 1 8 9 name php5-markdown 9 license PHP10 categories php textproc devel11 platforms darwin12 maintainers nomaintainer10 license PHP 11 categories php textproc devel 12 platforms darwin 13 maintainers nomaintainer 13 14 homepage http://pecl.php.net/package/markdown 14 15 15 description A fast Markdown parser16 description A fast Markdown parser 16 17 17 long_description \ 18 Markdown is an extension to parse a Markdown text, from a string or a \ 19 file. It is fast and has a simple API. 18 long_description Markdown is an extension to parse a Markdown text, from \ 19 a string or a file. It is fast and has a simple API. 20 20 21 21 distname markdown-${version} 22 22 php5extension.ini markdown.ini 23 23 24 checksums sha1 863722163c67aeed1a858c8e68426b43d31f7fea \25 rmd160 c5d2e27758882e3edfaaab337f059be0dc21593524 checksums sha1 863722163c67aeed1a858c8e68426b43d31f7fea \ 25 rmd160 c5d2e27758882e3edfaaab337f059be0dc215935 26 26 27 use_parallel_build yes 27 use_parallel_build yes 28 29 test.run yes 28 30 29 31 post-destroot { … … 34 36 } 35 37 36 test.run yes 37 38 livecheck.regex {(\d+(?:\.\d+)*)</a></th>} 38 livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
Note: See TracChangeset
for help on using the changeset viewer.

