fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
621 B
Text
10 lines
621 B
Text
FFI::CheckLib checks whether a particular dynamic library is available for FFI
|
|
to use. It is modeled heavily on Devel::CheckLib, but will find dynamic
|
|
libraries even when development packages are not installed. It also provides a
|
|
find_lib function that will return the full path to the found dynamic library,
|
|
which can be feed directly into FFI::Platypus or FFI::Raw.
|
|
|
|
Although intended mainly for FFI modules via FFI::Platypus and similar, this
|
|
module does not actually use any FFI to do its detection and probing. This
|
|
module does not have any non-core runtime dependencies. The test suite does
|
|
depend on Test2::Suite.
|