0.05 Sun, 19 Apr 2009 19:21:35 +0200 * Depend on B::Hooks::EndOfScope 0.08 so exceptions during compile time that trigger a destructor don't cause a panic on 5.10 anymore. 0.04 Sun, 19 Apr 2009 12:00:18 +0200 * Skip a test for syntax errors in string evals that sometimes makes perl crash. * Add test case for something that used to blow up. * Depend on latest B::Hooks::OP::Check. * Add repository and bugtracker urls to META.yml.
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/03 14:24:57 abs Exp $
|
|
|
|
DISTNAME= signatures-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?signatures
|
|
COMMENT= Subroutine signatures with no source filter
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/signatures/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends
|
|
|
|
DEPENDS+= p5-B-Hooks-OP-Check>=0.17:../../devel/p5-B-Hooks-OP-Check
|
|
DEPENDS+= p5-B-Hooks-OP-PPAddr>=0:../../devel/p5-B-Hooks-OP-PPAddr
|
|
DEPENDS+= p5-B-Hooks-Parser>=0.07:../../devel/p5-B-Hooks-Parser
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../devel/p5-B-Hooks-OP-PPAddr/buildlink3.mk"
|
|
.include "../../devel/p5-B-Hooks-Parser/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|