blob: 87a527be2d9386da45d40db0b17e19610558e071 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: p5-Test-Perl-Critic
# Date created: 2007-07-30
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Test-Perl-Critic
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= cherry@trombik.org
COMMENT= Use Perl::Critic in test programs
RUN_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic \
p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
PERL_MODBUILD= yes
MAN3= Test::Perl::Critic.3
.include <bsd.port.mk>
|