ee83f424c4
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@
17 lines
389 B
Makefile
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>
|