aboutsummaryrefslogtreecommitdiffstats
path: root/shells/p5-Shell-Perl
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
commit0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch)
treefe4d654de9040e3451da08f6eb2865c73df28369 /shells/p5-Shell-Perl
parentc4488f29abd1339c42a704fb50b07d1210e0f3bc (diff)
downloadfreebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz
freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst
freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'shells/p5-Shell-Perl')
-rw-r--r--shells/p5-Shell-Perl/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/shells/p5-Shell-Perl/Makefile b/shells/p5-Shell-Perl/Makefile
index 3814cbeeaae8..fda048f26d9e 100644
--- a/shells/p5-Shell-Perl/Makefile
+++ b/shells/p5-Shell-Perl/Makefile
@@ -15,16 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= smatsui@karashi.org
COMMENT= A read-eval-print loop in Perl
-RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
- ${SITE_PERL}/Data/Dump.pm:${PORTSDIR}/devel/p5-Data-Dump \
- ${SITE_PERL}/${PERL_ARCH}/Data/Dump/Streamer.pm:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
- ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
- ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
-BUILD_DEPENDS= ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/Test/Expect.pm:${PORTSDIR}/devel/p5-Test-Expect
+RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
+ p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
+ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+ p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
+BUILD_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \
+ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+ p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
PERL_CONFIGURE= YES