handle critics better

This commit is contained in:
espie 2006-12-10 12:46:01 +00:00
parent 320cccc5cc
commit f27eaedbc7
3 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.459 2006/12/10 12:35:09 espie Exp $
# $OpenBSD: Makefile,v 1.460 2006/12/10 12:46:01 espie Exp $
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
SUBDIR += ElectricFence
@ -416,6 +416,7 @@
SUBDIR += p5-Test-NoWarnings
SUBDIR += p5-Test-Object
SUBDIR += p5-Test-Output
SUBDIR += p5-Test-Perl-Critic
SUBDIR += p5-Test-Pod
SUBDIR += p5-Test-Pod-Coverage
SUBDIR += p5-Test-Reporter

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/10 12:26:46 espie Exp $
# $OpenBSD: Makefile,v 1.2 2006/12/10 12:46:01 espie Exp $
COMMENT= "exporter on steroids"
@ -15,8 +15,11 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Data-OptList \
::devel/p5-Sub-Install
MAKE_ENV= TEST_POD=Yes
MAKE_ENV= TEST_POD=Yes \
PERL_TEST_CRITIC=Yes
# Misses test-perl-critic and Package::Generator to run all tests
REGRESS_DEPENDS=::devel/p5-Test-Perl-Critic
# Misses Package::Generator to run all tests
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/10 12:34:09 espie Exp $
# $OpenBSD: Makefile,v 1.2 2006/12/10 12:46:01 espie Exp $
COMMENT= "helper for installing code into packages"
@ -12,9 +12,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
#MAKE_ENV= PERL_TEST_CRITIC=Yes
#REGRESS_DEPENDS= ::devel/p5-Test-Perl-Critic \
MAKE_ENV= PERL_TEST_CRITIC=Yes
REGRESS_DEPENDS= ::devel/p5-Test-Output
REGRESS_DEPENDS= ::devel/p5-Test-Output \
::devel/p5-Test-Perl-Critic
.include <bsd.port.mk>