diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-27 00:46:59 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-27 00:46:59 +0000 |
commit | c2ec0a6be20d619b55400e841326128d5493c528 (patch) | |
tree | d1095f09d61bb04abd5bcbdbd28d1d95f9212b0d /textproc | |
parent | 32cfce620026d61eff0bea094a40da21d38f2266 (diff) | |
download | ports-c2ec0a6be20d619b55400e841326128d5493c528.tar.gz ports-c2ec0a6be20d619b55400e841326128d5493c528.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index 373605cf986f..eef471d3e071 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -8,9 +8,9 @@ PORTNAME= Perl-Critic PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Perl +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- #DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} @@ -23,7 +23,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-Lis ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \ ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ - ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format + ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \ + ${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |