2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/12/03 11:44:34 ajacoutot Exp $
|
2006-11-17 02:16:42 +00:00
|
|
|
|
2007-10-03 05:13:29 +00:00
|
|
|
COMMENT= critique perl source code for best practices
|
2006-11-17 02:16:42 +00:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-06-30 18:35:52 +00:00
|
|
|
DISTNAME= Perl-Critic-1.108
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2006-11-29 08:23:29 +00:00
|
|
|
CATEGORIES= devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2006-11-17 02:16:42 +00:00
|
|
|
|
2008-10-04 18:00:49 +00:00
|
|
|
# perl
|
2006-11-17 02:16:42 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/p5-B-Keywords \
|
|
|
|
devel/p5-Config-Tiny \
|
2010-11-26 07:18:59 +00:00
|
|
|
devel/p5-Exception-Class>=1.23 \
|
2010-11-15 19:45:56 +00:00
|
|
|
devel/p5-File-HomeDir \
|
2010-11-26 07:18:59 +00:00
|
|
|
textproc/p5-PPI>=1.208 \
|
2010-11-15 19:45:56 +00: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
|
2006-11-17 02:16:42 +00:00
|
|
|
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
|
2006-11-29 08:23:29 +00:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2006-11-17 02:16:42 +00:00
|
|
|
|
2010-10-03 17:23:41 +00:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2008-10-04 18:00:49 +00:00
|
|
|
|
2006-11-17 02:16:42 +00:00
|
|
|
.include <bsd.port.mk>
|