# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup MongoEngine mongoengine 0.8.4 v name py-mongoengine checksums rmd160 ffd1c0ad6eeafb9feed9f8cbc27f4432ef82e535 \ sha256 e48a4d5e1d84938cfba9d0f58370775e173fe10aada1fa39388b4fc7eb1ec8f4 license MIT maintainers cal openmaintainer platforms darwin supported_archs noarch description \ MongoEngine is a Document-Object Mapper (think ORM, but for document \ databases) for working with MongoDB from Python. long_description \ ${description} It uses a simple declarative API, similar to the Django ORM. homepage http://mongoengine.org/ python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-pymongo livecheck.type none }