# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ PortSystem 1.0 name pgtcl version 1.5 categories databases maintainers mac.com:giorgio_v description Tcl PostgreSQL interface long_description Tcl client interface to PostgreSQL homepage http://pgtcl.projects.postgresql.org/ master_sites http://pgfoundry.org/frs/download.php/338/ platforms darwin checksums md5 6eed1c338fc3bb7a844797c92b79b936 \ sha1 8d2be537c123100ab4f1a6ddc11684fd4e0ccd23 \ rmd160 f198066c538a9566f9044e8899423ee31e123349 worksrcdir ${name}${version} configure.env PATH=$env(PATH):${prefix}/lib/postgresql83/bin configure.args --bindir=${prefix}/sbin/${name} \ --mandir=${prefix}/share/man/${name} \ --sysconfdir=${prefix}/etc/${name} depends_lib port:tcl \ port:postgresql83 destroot.target install-binaries install-libraries livecheck.type regex livecheck.url http://pgfoundry.org/frs/?group_id=1000086 livecheck.regex pgtcl(\[0-9\\.\]+)\\.tar.gz