344b32ccd9
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
27 lines
760 B
Makefile
27 lines
760 B
Makefile
# New ports collection makefile for: p5-Perl-Critic-Deprecated
|
|
# Date created: 2012-03-14
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Perl-Critic-Deprecated
|
|
PORTVERSION= 1.108
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Policies that were formally included with Perl::Critic itself, but which have been superseded by others
|
|
|
|
BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Perl::Critic::Deprecated.3 \
|
|
Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs.3 \
|
|
Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseVars.3 \
|
|
Perl::Critic::Utils::PPIRegexp.3
|
|
|
|
.include <bsd.port.mk>
|