935c866afb
(part 13). Approved by: portmgr (itetcu)
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: devel/p5-Test-MockModule
|
|
# Date created: 26 December 2004
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-MockModule
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Override subroutines in a module for unit testing
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::MockModule.3
|
|
|
|
.include <bsd.port.mk>
|