openbsd-ports/devel/p5-Test-MockObject/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2009/06/18 11:17:11 jim Exp $
COMMENT= perl extension for emulating troublesome interfaces
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Test-MockObject-1.09
2006-11-29 03:23:29 -05:00
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>