pkgsrc/devel/p5-Test-MockModule/Makefile
seb 5ef148ac64 Initial import of p5-Test-MockModule version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module Test::MockModule lets you temporarily redefine
subroutines in other packages for the purposes of unit testing.
A Test::MockModule object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be
easily restored. This happens automatically when all MockModule
objects for the given module go out of scope, or when you unmock()
the subroutine.
2008-09-09 00:32:36 +00:00

19 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/09/09 00:32:36 seb Exp $
#
DISTNAME= Test-MockModule-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-MockModule/
COMMENT= Perl 5 module to override subroutines in a module for unit testing
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/MockModule/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"