# -*- 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 106102 2013-05-14 23:51:45Z ryandesign@macports.org $

PortSystem              1.0

name                    embryo
epoch                   2
version                 1.7.7
maintainers             ryandesign openmaintainer
categories              devel lang
platforms               darwin
license                 BSD

description             A C like scripting language

long_description        Embryo implements a C like scripting language \
                        used in various parts of the Enlightenment project, \
                        namely Edje. Embryo\'s scripting language is based \
                        on CompuPhase\'s Small language that was introduced \
                        in Dr Dobb\'s Journal in 1999. Embryo allows scripting \
                        capabilities in places that otherwise wouldnt \
                        support basic programming structures such as in Edje EDCs.

homepage                http://trac.enlightenment.org/e/wiki/Embryo
master_sites            http://download.enlightenment.org/releases/
use_bzip2               yes

checksums               rmd160  9b5e8af643554c92c783ec1ffea6e0fb88030416 \
                        sha256  9d696ccc1bd1e2bf7c6c2cb8db8f79f47f4af3e3d051307e21ff4bf74d5b0624

depends_build           port:pkgconfig

depends_lib             port:eina

configure.args          --disable-silent-rules

use_parallel_build      yes

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${name}-(\[0-9a-z.\]+)${extract.suffix}
