openbsd-ports/devel/p5-Perl-Critic/Makefile

43 lines
916 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2010/12/03 11:44:34 ajacoutot Exp $
COMMENT= critique perl source code for best practices
MODULES= cpan
DISTNAME= Perl-Critic-1.108
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-B-Keywords \
devel/p5-Config-Tiny \
2010-11-26 02:18:59 -05:00
devel/p5-Exception-Class>=1.23 \
2010-11-15 14:45:56 -05:00
devel/p5-File-HomeDir \
2010-11-26 02:18:59 -05:00
textproc/p5-PPI>=1.208 \
2010-11-15 14:45:56 -05:00
devel/p5-Readonly-XS \
devel/p5-Set-Scalar \
devel/p5-String-Format \
devel/p5-Readonly \
devel/perltidy \
mail/p5-Email-Address \
sysutils/p5-File-Which \
textproc/p5-PPIx-Regexp \
textproc/p5-PPIx-Utilities \
textproc/p5-Pod-Spell
REGRESS_DEPENDS=devel/p5-PadWalker \
devel/p5-Test-Memory-Cycle
MAKE_ENV+= TEST_POD=Yes
2006-11-29 03:23:29 -05:00
CONFIGURE_STYLE=modbuild
2010-10-03 13:23:41 -04:00
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>