mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
03e63e3bdb
Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer
5 lines
222 B
Tcl
5 lines
222 B
Tcl
# Package-index file for Pgtcl-package. Enables you to load PostgreSQL
|
|
# interface functions right into you TCL-interpreter as simply as
|
|
# package require Pgtcl
|
|
package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so"
|