blob: 229d50044276c24c4011c9f3c841ab58cd15c6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Test-Perl-Critic
# Date created: 2007/06/07
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Test-Perl-Critic
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use Perl::Critic in test programs
BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Perl::Critic.3
.include <bsd.port.mk>
|