Ticket #25087: Portfile-KH

File Portfile-KH, 1.1 KB (added by khinsen (Konrad Hinsen), 14 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-pyro
8description         Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use.
9long_description    ${description}
10version             3.10
11categories          python
12platforms           darwin
13depends_lib         port:python26
14depends_build           port:py26-distribute
15maintainers         node99.org:sean
16
17homepage            http://www.xs4all.nl/~irmen/pyro3/
18master_sites        http://www.xs4all.nl/~irmen/pyro3/download/
19distname            Pyro-${version}
20checksums           md5    7fc6b8b939073d4adb0e8939c59aaf1e \
21                    sha1   d99b2786d9ebe21f0585bc7317720cbba01e1d03 \
22                    rmd160 29977840daa7d91be40657c48cab8431ce490934
23
24if {[info exists supported_archs]} {
25    supported_archs noarch
26} else {
27    universal_variant no
28}