openbsd-ports/devel/p5-Test-MockObject/Makefile
jim fed5b03e83 update to Test-MockObject-1.09
remove maintainer as requested

ok msf@, simon@
2009-06-18 11:17:11 +00:00

23 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/06/18 11:17:11 jim Exp $
COMMENT= perl extension for emulating troublesome interfaces
MODULES= cpan
DISTNAME= Test-MockObject-1.09
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Universal-isa \
::devel/p5-Universal-can
REGRESS_DEPENDS= ::devel/p5-Test-Exception
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>