aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-Depends/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-10-18 12:28:24 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-10-18 12:28:24 +0000
commitd8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a (patch)
tree16198d6328ef77d814a30d5cb6494df486b9337d /devel/p5-ExtUtils-Depends/pkg-descr
parentbb17b7113fb5de6fb0a95b4ae21ba2ed06c4e5ca (diff)
downloadports-d8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a.tar.gz
ports-d8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a.zip
Notes
Diffstat (limited to 'devel/p5-ExtUtils-Depends/pkg-descr')
-rw-r--r--devel/p5-ExtUtils-Depends/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-Depends/pkg-descr b/devel/p5-ExtUtils-Depends/pkg-descr
new file mode 100644
index 000000000000..8d427cb08a6f
--- /dev/null
+++ b/devel/p5-ExtUtils-Depends/pkg-descr
@@ -0,0 +1,16 @@
+This module tries to make it easy to build Perl extensions that use
+functions and typemaps provided by other perl extensions. This means
+that a perl extension is treated like a shared library that provides
+also a C and an XS interface besides the perl one. This works as long
+as the base extension is loaded with the RTLD_GLOBAL flag (usually done
+with a
+
+ sub dl_load_flags {0x01}
+
+in the main .pm file) if you need to use functions defined in the
+module.
+
+WWW: http://search.cpan.org/dist/ExtUtils-Depends/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org