2007-07-28 13:47:09 +02:00
|
|
|
# New ports collection makefile for: p5-Test-Perl-Critic
|
|
|
|
# Date created: 2007/06/07
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Test-Perl-Critic
|
2009-10-24 02:31:37 +02:00
|
|
|
PORTVERSION= 1.02
|
2007-07-28 13:47:09 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-07-28 13:47:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-07-28 13:47:09 +02:00
|
|
|
COMMENT= Use Perl::Critic in test programs
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-07-28 13:47:09 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Test::Perl::Critic.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|