freebsd-ports/devel/p5-Test-MockModule/Makefile
Jun Kuriyama 935c866afb - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).

Approved by:	portmgr (itetcu)
2010-01-28 04:53:50 +00:00

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>