6 | | name py25-django |
7 | | version 1.0.2 |
8 | | categories python www |
9 | | platforms darwin |
10 | | maintainers arthurkoziel.com:arthur |
11 | | homepage http://www.djangoproject.com |
12 | | description Django is a high-level Python Web framework |
13 | | long_description Django is a high-level Python Web framework that \ |
14 | | encourages rapid development and clean, pragmatic \ |
15 | | design. |
16 | | |
17 | | master_sites http://media.djangoproject.com/releases/${version}/ |
18 | | distname Django-${version}-final |
19 | | checksums md5 89353e3749668778f1370d2e444f3adc \ |
20 | | sha1 f2d9088f17aff47ea17e5767740cab67b2a73b6b \ |
21 | | rmd160 0cfea620df0831310da4ef51ef6ee4ef1b65974e |
22 | | |
23 | | depends_lib-append port:py25-setuptools |
| 6 | name py25-django |
| 7 | version 1.0.2 |
| 8 | revision 1 |
| 9 | categories python www |
| 10 | platforms darwin |
| 11 | maintainers arthurkoziel.com:arthur |
| 12 | homepage http://www.djangoproject.com |
| 13 | description Django is a high-level Python Web framework |
| 14 | long_description Django is a high-level Python Web framework that \ |
| 15 | encourages rapid development and clean, pragmatic \ |
| 16 | design. |
| 17 | |
| 18 | master_sites http://media.djangoproject.com/releases/${version}/ |
| 19 | distname Django-${version}-final |
| 20 | checksums md5 89353e3749668778f1370d2e444f3adc \ |
| 21 | sha1 f2d9088f17aff47ea17e5767740cab67b2a73b6b \ |
| 22 | rmd160 0cfea620df0831310da4ef51ef6ee4ef1b65974e |
| 23 | |
| 24 | depends_lib-append port:py25-setuptools |
| 25 | |
| 26 | variant bash_completion description {Bash completion support} { |
| 27 | depends_run-append port:bash-completion |
| 28 | |
| 29 | post-destroot { |
| 30 | xinstall -d ${destroot}${prefix}/etc/bash_completion.d |
| 31 | xinstall -m 644 ${worksrcpath}/extras/django_bash_completion \ |
| 32 | ${destroot}${prefix}/etc/bash_completion.d/django-admin.py |
| 33 | } |
| 34 | } |