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)
5 lines
302 B
Text
5 lines
302 B
Text
ExtUtils::ParseXS will compile XS code into C code by embedding the
|
|
constructs necessary to let C functions manipulate Perl values and creates
|
|
the glue necessary to let Perl access those functions. The compiler uses
|
|
typemaps to determine how to map C function parameters and variables to Perl
|
|
values.
|