pkgsrc/devel/p5-XSLoader/Makefile
sno 12236a1e1b 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@
2009-03-10 18:50:24 +00:00

19 lines
531 B
Makefile

# $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"