# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                lamson
version             1.1
categories          mail python
platforms           darwin
license             GPL-3
maintainers         singingwolfboy openmaintainer
description         Modern Pythonic mail server built like a web application server
long_description  \
    Lamson is a pure Python SMTP server designed to create robust and complex mail \
    applications in the style of modern web frameworks such as Django. Unlike \
    traditional SMTP servers like Postfix or Sendmail, Lamson has all the features \
    of a web application stack (ORM, templates, routing, handlers, state machines, \
    Python) without needing to configure alias files, run newaliases, or \
    juggle tons of tiny fragile processes. Lamson also plays well with other web \
    frameworks and Python libraries.

homepage            http://lamsonproject.org/ 
master_sites        http://pypi.python.org/packages/source/l/${name}
checksums           md5     a5673d0fe9e8def9d2dfe9705f832a83 \
                    sha1    155393260a11c2fd699cf9f34be56a6e0a35daa6 \
                    rmd160  7ad3b043efa79a62622b767f770ff30b18e6b359
depends_lib-append  \
    port:py27-chardet \
    port:py27-jinja2 \
    port:py27-mock \
    port:py27-nose \
    port:py27-daemon \
    port:py27-lockfile \
    port:py27-dns

# don't add python version to lamson binary
python.link_binaries_suffix 
