Ticket #16250: Portfile

File Portfile, 1.0 KB (added by giorgio_v@…, 16 years ago)
Line 
1# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign@macports.org $
2
3PortSystem              1.0
4
5name                    pgtcl
6version                 1.5
7categories              databases
8maintainers             mac.com:giorgio_v
9description             Tcl PostgreSQL interface
10long_description        Tcl client interface to PostgreSQL
11homepage                http://pgtcl.projects.postgresql.org/
12master_sites            http://pgfoundry.org/frs/download.php/338/
13platforms               darwin
14checksums               md5 6eed1c338fc3bb7a844797c92b79b936 \
15                        sha1 8d2be537c123100ab4f1a6ddc11684fd4e0ccd23 \
16                        rmd160  f198066c538a9566f9044e8899423ee31e123349
17worksrcdir              ${name}${version}
18
19configure.env           PATH=$env(PATH):${prefix}/lib/postgresql83/bin
20configure.args          --bindir=${prefix}/sbin/${name} \
21                        --mandir=${prefix}/share/man/${name} \
22                        --sysconfdir=${prefix}/etc/${name}
23depends_lib             port:tcl \
24                        port:postgresql83
25
26destroot.target         install-binaries install-libraries
27
28livecheck.check regex
29livecheck.url   http://pgfoundry.org/frs/?group_id=1000086
30livecheck.regex pgtcl(\[0-9\\.\]+)\\.tar.gz