Ticket #30237: Portfile

File Portfile, 1.4 KB (added by lynxman@…, 13 years ago)

Portfile for juju

Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python27 1.0
5
6name              juju
7version           0.5+bzr398
8categories        python net
9platforms         darwin
10maintainers       lynxman.net:lynxman
11license           AGPL-3
12
13description       next generation service orchestration system
14long_description  Juju is a next generation service orchestration framework. It has been likened to \
15                  APT for the cloud. With Juju, different authors are able to create service formulas, \
16                  called charms, independently, and make those services coordinate their communication \
17                  and configuration through a simple protocol.
18
19homepage          https://launchpad.net/juju
20master_sites      https://launchpad.net/ubuntu/+archive/primary/+files/
21distfiles         juju_0.5+bzr398.orig.tar.gz
22worksrcdir        juju-0.5+bzr398
23
24checksums         md5     9883b30bf8f8bf2accebcc5b97bc0fc2 \
25                  sha1    caa90acb598a3f9a75c01afc9dfa3ae3d322e106 \
26                  rmd160  186f5ef3c44670be52fbb9c2758a4cad874bfee8
27
28depends_lib-append port:libzookeeper \
29                  port:py27-txzookeeper \
30                  port:py27-zookeeper \
31                  port:py27-txaws \
32                  port:py27-argparse \
33                  port:py27-twisted \
34                  port:py27-yaml \
35                  port:py27-pydot
36
37supported_archs   noarch
38
39livecheck.type    regex
40livecheck.regex   {juju-(\d+(?:\.\d+)*\w).tar.gz}