summaryrefslogtreecommitdiff
path: root/devel/p5-XSLoader/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-03-10 18:50:24 +0000
committersno <sno>2009-03-10 18:50:24 +0000
commit6ee883c1835a731e8bb64c57571ffcf2fe1bc27d (patch)
treeec7446fef9cab746f7f99332ecae4078520bd120 /devel/p5-XSLoader/Makefile
parentdd7f5da3dc468d5f328dff1cea0cca48ad7d6d7a (diff)
downloadpkgsrc-6ee883c1835a731e8bb64c57571ffcf2fe1bc27d.tar.gz
Adding module p5-XSLoader primarily to allow debug perl itself:
From Upstream changelog: 0.10 - 2008.09.23 - SAPER - [CODE] Commented a debug statement which seems to confuse some Perl builts with -DDEBUGGING (Rafael Garcia-Suarez). This module defines a standard simplified interface to the dynamic linking mechanisms available on many platforms. Its primary purpose is to implement cheap automatic dynamic loading of Perl modules. For a more complicated interface, see DynaLoader. Many (most) features of DynaLoader are not implemented in XSLoader, like for example the dl_load_flags, not honored by XSLoader. Oked by rhaen@
Diffstat (limited to 'devel/p5-XSLoader/Makefile')
-rw-r--r--devel/p5-XSLoader/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-XSLoader/Makefile b/devel/p5-XSLoader/Makefile
new file mode 100644
index 00000000000..84ca9d98ba9
--- /dev/null
+++ b/devel/p5-XSLoader/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 18:50:24 sno Exp $
+#
+
+DISTNAME= XSLoader-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SAPER/}
+
+MAINTAINER= pkgsrc-users@netbsd.org
+HOMEPAGE= http://search.cpan.org/dist/XSLoader/
+COMMENT= Dynamically load C libraries into Perl code
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/XSLoader/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"