e92ad9ac6c
--------------------- 1.44 Tue Jun 3 20:40:13 CEST 2014 - port to 5.20 (analyzed by Dave Mitchell). 1.43 Fri May 16 09:43:01 CEST 2014 - port to 5.18. - hopefully better treat anon subs that have been un-anonized without adjusting the pad by Sub::Name (I forgot who sent the testcase). - fix ref2ptr/ptr2ref documentation.
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/01/29 05:15:19 mef Exp $
|
|
|
|
DISTNAME= Devel-FindRef-1.44
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-FindRef/
|
|
COMMENT= Perl 5 module to track down references
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
PERL5_PACKLIST= auto/Devel/FindRef/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|