3ddbedf708
NetBSD Packages Collection. The Perl 5 module B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 14:19:38 seb Exp $
|
|
#
|
|
|
|
DISTNAME= B-Hooks-OP-Annotation-0.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-OP-Annotation/
|
|
COMMENT= Perl 5 module to annotate and delegate hooked OPs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/B/Hooks/OP/Annotation/.packlist
|
|
|
|
DEPENDS+= p5-ExtUtils-Depends>=0.301:../../devel/p5-ExtUtils-Depends
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|