# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-twilio
set real_name       twilio
version             2.0.8
license             MIT
categories-append   devel
maintainers         singingwolfboy openmaintainer
description         Twilio SDK
long_description \
    The Twilio REST SDK simplifies the process of makes calls to the Twilio \
    REST. The Twilio REST API lets to you initiate outgoing calls, list \
    previous call, and much more. See http://www.twilio.com/docs for \
    more information.

platforms           darwin
supported_archs     noarch

homepage            https://github.com/twilio/twilio-python
master_sites        http://pypi.python.org/packages/source/t/${real_name}
distname            ${real_name}-${version}

fetch.type          git
git.url             https://github.com/twilio/twilio-python.git
git.branch          ${version}
