openbsd-ports/devel/p5-Test-MockObject/Makefile
msf 92f2a026ba Initial import of Test-MockObject-0.14
Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the
behavior, just the input and the output.

requested by xsa@
2004-07-06 21:03:25 +00:00

22 lines
469 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/07/06 21:03:25 msf Exp $
COMMENT= "Perl extension for emulating troublesome interfaces"
DISTNAME= Test-MockObject-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>