3f65f88017
Test::MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/04 17:47:08 sturm Exp $
|
|
|
|
COMMENT= "override subroutines in a module for unit testing"
|
|
|
|
DISTNAME= Test-MockModule-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|