Ticket #24684: Portfile-postgresql84 using variants.diff
File Portfile-postgresql84 using variants.diff, 536 bytes (added by fabien@…, 15 years ago) |
---|
-
Portfile
old new 4 4 5 5 name postgresql84 6 6 version 8.4.3 7 revision 1 7 8 categories databases 8 9 platforms darwin 9 10 maintainers mww jwa … … 112 113 configure.env-append TCLSH=${prefix}/bin/tclsh 113 114 } 114 115 116 variant earthdistance description {add earthdistance contrib module} { 117 set contribs "${contribs} cube earthdistance" 118 } 119 115 120 post-install { 116 121 ui_msg "\nTo use the postgresql server, install the postgresql84-server port" 117 122 }