Ticket #25087: Portfile

File Portfile, 924 bytes (added by sean@…, 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
3PortSystem          1.0
4PortGroup           python26 1.0
5
6name                py26-pyro
7description         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.
8long_description    ${description}
9version             3.10
10categories          python
11platforms           darwin
12depends_lib         port:py26-distribute
13maintainers         node99.org:sean
14
15homepage            http://www.xs4all.nl/~irmen/pyro3/
16master_sites        http://www.xs4all.nl/~irmen/pyro3/download/
17distname            Pyro-${version}
18checksums           md5 7fc6b8b939073d4adb0e8939c59aaf1e
19
20if {[info exists supported_archs]} {
21    supported_archs noarch
22} else {
23    universal_variant no
24}