mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
Unbreak port There is discrepancies between official distribution and port: - port uses dynamic library, but official uses static
9 lines
124 B
Text
9 lines
124 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Use the following sql script to create PL/v8js
|
|
|
|
psql -c 'CREATE EXTENSION plv8'
|
|
EOM
|
|
}
|
|
]
|