aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-15 17:40:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-15 17:40:36 +0000
commitc7d4d160b4db299251cc77f44ba268ebb30dec2c (patch)
tree946a10c769545dc64d42c8d3271f50743ab253f8 /devel
parent5dcf77863c4a675e59af6e548f3d91c45983722d (diff)
downloadports-c7d4d160b4db299251cc77f44ba268ebb30dec2c.tar.gz
ports-c7d4d160b4db299251cc77f44ba268ebb30dec2c.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-Dumper-Perltidy/Makefile2
-rw-r--r--devel/p5-Test-PerlTidy/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Dumper-Perltidy/Makefile b/devel/p5-Data-Dumper-Perltidy/Makefile
index a02e8120f300..342d1a3838cc 100644
--- a/devel/p5-Data-Dumper-Perltidy/Makefile
+++ b/devel/p5-Data-Dumper-Perltidy/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Stringify and pretty print Perl data structures
-RUN_DEPENDS= perltidy>=0:${PORTSDIR}/devel/perltidy
+RUN_DEPENDS= perltidy:${PORTSDIR}/devel/p5-Perl-Tidy
USES= perl5
USE_PERL5= configure
diff --git a/devel/p5-Test-PerlTidy/Makefile b/devel/p5-Test-PerlTidy/Makefile
index 627b74ba95ae..dfed77cc27d4 100644
--- a/devel/p5-Test-PerlTidy/Makefile
+++ b/devel/p5-Test-PerlTidy/Makefile
@@ -12,7 +12,7 @@ COMMENT= Perl extension to check that all your files are tidy
RUN_DEPENDS= \
p5-File-Finder>0:${PORTSDIR}/devel/p5-File-Finder \
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
- perltidy>=20121207:${PORTSDIR}/devel/perltidy \
+ perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \
p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
BUILD_DEPENDS= ${RUN_DEPENDS}