| 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 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup python25 1.0 |
|---|
| 6 | |
|---|
| 7 | name py25-pmw |
|---|
| 8 | version 1.3.2 |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | platforms darwin freebsd |
|---|
| 11 | description high-level compound widget toolkit |
|---|
| 12 | long_description Pmw is a toolkit for building high-level compound widgets in Python using \ |
|---|
| 13 | the Tkinter module. |
|---|
| 14 | |
|---|
| 15 | homepage http://pmw.sourceforge.net |
|---|
| 16 | master_sites sourceforge:pmw |
|---|
| 17 | distname Pmw.${version} |
|---|
| 18 | checksums md5 7f30886fe9885ab3cf85dac6ce1fbda5 \ |
|---|
| 19 | sha1 e2d8dd6eed7378acf8723c860107a12d7e808227 |
|---|
| 20 | worksrcdir ${distname}/src |
|---|
| 21 | |
|---|
| 22 | depends_lib-append port:py25-tkinter |
|---|