pkgsrc/devel/p5-Test-SubCalls/Makefile
he fa10fb3ff1 Update from version 1.07nb1 to 1.08.
Upstream changes:

1.08 Fri 22 Aug 2008
	- No functional changes
	- Upgrading to Module::Install 0.77
	- Minor tweaky refactorings
2008-11-17 22:22:07 +00:00

20 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/17 22:22:07 he Exp $
DISTNAME= Test-SubCalls-1.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-SubCalls/
COMMENT= Perl5 module to track the number of times subs are called
DEPENDS+= p5-Hook-LexWrap>=0.20:../../devel/p5-Hook-LexWrap
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/SubCalls/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"