summaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockModule/Makefile
blob: d7824e20bec98d50af0e07aef0a5b485731b66d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>