aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockModule/Makefile
blob: 41d7bb4347945ec998da1b3c5c280a4ddb2ea903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: 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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>