# -*- 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: Portfile 77308 2011-03-27 00:20:44Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Fey-ORM 0.43 ../by-authors/id/D/DR/DROLSKY
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL
supported_archs     noarch

description         A Fey-based ORM (If you like SQL, you might like Fey::ORM)

long_description    Fey::ORM builds on top of other Fey project libraries to \
                    create an ORM focused on easy SQL generation. This is an \
                    ORM for people who are comfortable with SQL and want to be \
                    able to use it with their objects, rather than people who \
                    like OO and don't want to think about the DBMS.

checksums           sha1 b03de3323c83e7621ce1214cc7f1e613f122d5f3 \
                    rmd160 604daf00666349cf574afb14ea5e0a666e42ce25

depends_lib-append  port:p5-devel-globaldestruction \
                    port:p5-exception-class \
                    port:p5-fey \
                    port:p5-fey-dbimanager \
                    port:p5-list-allutils \
                    port:p5-moose \
                    port:p5-moosex-classattribute \
                    port:p5-moosex-semiaffordanceaccessor \
                    port:p5-moosex-strictconstructor \
                    port:p5-moosex-types \
                    port:p5-namespace-autoclean \
                    port:p5-object-id \
                    port:p5-sub-exporter

# These ports are only required when testing:
#depends_build-append    port:p5-dbd-sqlite \
#                        port:p5-fey-test
