1 | # $Id: Portfile 71306 2010-09-08 02:49:00Z perry@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-markupsafe |
---|
7 | version 0.11 |
---|
8 | maintainers perry openmaintainer |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | description Implements a XML/HTML/XHTML Markup safe string for Python |
---|
12 | long_description ${description} |
---|
13 | license BSD |
---|
14 | homepage http://pypi.python.org/pypi/MarkupSafe/ |
---|
15 | |
---|
16 | livecheck.regex {: MarkupSafe (.+)<} |
---|
17 | livecheck.type regex |
---|
18 | livecheck.url ${homepage} |
---|
19 | |
---|
20 | depends_build-append port:py27-distribute |
---|
21 | |
---|
22 | distname MarkupSafe-${version} |
---|
23 | master_sites http://pypi.python.org/packages/source/M/MarkupSafe/ |
---|
24 | |
---|
25 | checksums rmd160 745d5ac891a0191e8d83aefaa561bd7316ba1389 |
---|