2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/12/03 11:44:34 ajacoutot Exp $
|
2006-11-16 21:16:42 -05:00
|
|
|
|
2007-10-03 01:13:29 -04:00
|
|
|
COMMENT= critique perl source code for best practices
|
2006-11-16 21:16:42 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-06-30 14:35:52 -04:00
|
|
|
DISTNAME= Perl-Critic-1.108
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-16 21:16:42 -05:00
|
|
|
|
2008-10-04 14:00:49 -04:00
|
|
|
# perl
|
2006-11-16 21:16:42 -05:00
|
|
|
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
|
2006-11-16 21:16:42 -05:00
|
|
|
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2006-11-16 21:16:42 -05:00
|
|
|
|
2010-10-03 13:23:41 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2008-10-04 14:00:49 -04:00
|
|
|
|
2006-11-16 21:16:42 -05:00
|
|
|
.include <bsd.port.mk>
|