openbsd-ports/devel/p5-Test-Requires/Makefile
landry ee83f424c4 Import p5-Test-Requires 0.06
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this skips all tests.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:35:23 +00:00

17 lines
389 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:35:23 landry Exp $
COMMENT = checks to see if the module can be loaded
MODULES = cpan
DISTNAME = Test-Requires-0.06
CATEGORIES = devel
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>