You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38c2bcbfb7
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@89135 d073be05-634f-4543-b044-5fe20cf6d1d6
29 lines
862 B
Plaintext
29 lines
862 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-formencode
|
|
version 1.2.4
|
|
python.versions 24 25 26 27
|
|
maintainers perry openmaintainer
|
|
platforms darwin
|
|
|
|
description FormEncode validates and converts nested structures.
|
|
long_description ${description}
|
|
license PSF
|
|
homepage http://pypi.python.org/pypi/FormEncode/
|
|
|
|
livecheck.regex {>FormEncode (.+) :}
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
|
|
if {$name != $subport} {
|
|
depends_build-append port:py${python.version}-distribute
|
|
}
|
|
|
|
distname FormEncode-${version}
|
|
master_sites http://pypi.python.org/packages/source/F/FormEncode/
|
|
|
|
checksums rmd160 37bdf14bc439a070342020867ee7062bcffce27b
|