aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 02:30:42 +0800
committeraz <az@FreeBSD.org>2012-06-30 02:30:42 +0800
commit6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (patch)
tree25790a2d62913403336bcbc79b6928259a713b72 /devel
parent993695bac18e6d1d7d75491881526bc0cca0e9a8 (diff)
downloadfreebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.gz
freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.zst
freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Class-Std/Makefile2
-rw-r--r--devel/p5-Exception-Class-TryCatch/Makefile8
-rw-r--r--devel/p5-IO-Digest/Makefile4
-rw-r--r--devel/p5-Module-Refresh/Makefile2
-rw-r--r--devel/p5-PAR-Packer/Makefile4
-rw-r--r--devel/p5-SVN-Simple/Makefile2
-rw-r--r--devel/p5-SVN-Web/Makefile22
-rw-r--r--devel/p5-Test-HTML-Tidy/Makefile2
-rw-r--r--devel/p5-Test-Kwalitee/Makefile16
-rw-r--r--devel/svk/Makefile34
10 files changed, 48 insertions, 48 deletions
diff --git a/devel/p5-Class-Std/Makefile b/devel/p5-Class-Std/Makefile
index ba317e87270c..dd43c79f7a39 100644
--- a/devel/p5-Class-Std/Makefile
+++ b/devel/p5-Class-Std/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Support for creating standard "inside-out" classes
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
+BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
diff --git a/devel/p5-Exception-Class-TryCatch/Makefile b/devel/p5-Exception-Class-TryCatch/Makefile
index e31cb844e2e0..b7b0fe24c846 100644
--- a/devel/p5-Exception-Class-TryCatch/Makefile
+++ b/devel/p5-Exception-Class-TryCatch/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Syntactic try/catch sugar for use with Exception::Class
-BUILD_DEPENDS+= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS+= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
diff --git a/devel/p5-IO-Digest/Makefile b/devel/p5-IO-Digest/Makefile
index c595284c8caf..19c862e0cfc7 100644
--- a/devel/p5-IO-Digest/Makefile
+++ b/devel/p5-IO-Digest/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Calculate digests while reading or writing
-BUILD_DEPENDS= ${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
- ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
+BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
+ p5-Digest>=0:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Module-Refresh/Makefile b/devel/p5-Module-Refresh/Makefile
index 5360e1496040..044554dbe05d 100644
--- a/devel/p5-Module-Refresh/Makefile
+++ b/devel/p5-Module-Refresh/Makefile
@@ -18,7 +18,7 @@ COMMENT= Refresh %INC files when updated on disk
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USE_PERL5= 5.8.1+
PERL_CONFIGURE= yes
diff --git a/devel/p5-PAR-Packer/Makefile b/devel/p5-PAR-Packer/Makefile
index 8ed0206f6fa2..722a058dd5b8 100644
--- a/devel/p5-PAR-Packer/Makefile
+++ b/devel/p5-PAR-Packer/Makefile
@@ -19,10 +19,10 @@ RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-Getopt-ArgvFile>=1.07:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
p5-Module-ScanDeps>=0.96:${PORTSDIR}/devel/p5-Module-ScanDeps \
- ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \
+ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \
p5-PAR-Dist>=0.22:${PORTSDIR}/devel/p5-PAR-Dist \
p5-PAR>=1.00.5:${PORTSDIR}/devel/p5-PAR \
- ${SITE_PERL}/B/Deobfuscate.pm:${PORTSDIR}/devel/p5-B-Deobfuscate
+ p5-B-Deobfuscate>=0:${PORTSDIR}/devel/p5-B-Deobfuscate
BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= sketchy-*
diff --git a/devel/p5-SVN-Simple/Makefile b/devel/p5-SVN-Simple/Makefile
index 831c406bd72f..08fe34748045 100644
--- a/devel/p5-SVN-Simple/Makefile
+++ b/devel/p5-SVN-Simple/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Simple interface to SVN::Delta::Editor
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion
+BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-SVN-Web/Makefile b/devel/p5-SVN-Web/Makefile
index 556cfe26f13c..af068b19c7a1 100644
--- a/devel/p5-SVN-Web/Makefile
+++ b/devel/p5-SVN-Web/Makefile
@@ -16,14 +16,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Subversion repository web frontend
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
- ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
- ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
- ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
- ${SITE_PERL}/XML/RSS/Parser.pm:${PORTSDIR}/textproc/p5-XML-RSS-Parser \
- ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
- ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \
+RUN_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
+ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
+ p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \
+ p5-XML-RSS-Parser>=0:${PORTSDIR}/textproc/p5-XML-RSS-Parser \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
@@ -35,9 +35,9 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversi
p5-Text-Diff-HTML>=0:${PORTSDIR}/textproc/p5-Text-Diff-HTML \
p5-URI>=0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS} \
- ${SITE_PERL}/Test/Benchmark.pm:${PORTSDIR}/devel/p5-Test-Benchmark \
- ${SITE_PERL}/Test/HTML/Tidy.pm:${PORTSDIR}/devel/p5-Test-HTML-Tidy \
- ${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
+ p5-Test-Benchmark>=0:${PORTSDIR}/devel/p5-Test-Benchmark \
+ p5-Test-HTML-Tidy>=0:${PORTSDIR}/devel/p5-Test-HTML-Tidy \
+ p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
PERL_MODBUILD= yes
CONFIGURE_ARGS= --skip_questions
diff --git a/devel/p5-Test-HTML-Tidy/Makefile b/devel/p5-Test-HTML-Tidy/Makefile
index eb99fc4d5484..db5ccc654258 100644
--- a/devel/p5-Test-HTML-Tidy/Makefile
+++ b/devel/p5-Test-HTML-Tidy/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Test::More-style wrapper around HTML::Tidy
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy
+BUILD_DEPENDS= p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Test-Kwalitee/Makefile b/devel/p5-Test-Kwalitee/Makefile
index 52b9b1f1e4f4..409b5b3a274e 100644
--- a/devel/p5-Test-Kwalitee/Makefile
+++ b/devel/p5-Test-Kwalitee/Makefile
@@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Test the Kwalitee of a distribution before you release it
-BUILD_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature
-RUN_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature
+BUILD_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
+RUN_DEPENDS+= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
diff --git a/devel/svk/Makefile b/devel/svk/Makefile
index ab649efcfa65..e0000ace1049 100644
--- a/devel/svk/Makefile
+++ b/devel/svk/Makefile
@@ -16,23 +16,23 @@ DISTNAME= SVK-v${PORTVERSION}
MAINTAINER= rafan@FreeBSD.org
COMMENT= A Distributed Version Control System
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
- ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
- ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/Algorithm/Annotate.pm:${PORTSDIR}/devel/p5-Algorithm-Annotate \
- ${SITE_PERL}/App/CLI.pm:${PORTSDIR}/devel/p5-App-CLI \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
- ${SITE_PERL}/IO/Digest.pm:${PORTSDIR}/devel/p5-IO-Digest \
- ${SITE_PERL}/IO/Pager.pm:${PORTSDIR}/devel/p5-IO-Pager \
- ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
- ${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes \
- ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
- ${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \
- ${SITE_PERL}/SVN/Mirror.pm:${PORTSDIR}/devel/p5-SVN-Mirror \
- ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
- ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
+ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+ p5-Algorithm-Annotate>=0:${PORTSDIR}/devel/p5-Algorithm-Annotate \
+ p5-App-CLI>=0:${PORTSDIR}/devel/p5-App-CLI \
+ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+ p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw \
+ p5-IO-Digest>=0:${PORTSDIR}/devel/p5-IO-Digest \
+ p5-IO-Pager>=0:${PORTSDIR}/devel/p5-IO-Pager \
+ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+ p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes \
+ p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple \
+ p5-Regexp-Shellish>=0:${PORTSDIR}/devel/p5-Regexp-Shellish \
+ p5-SVN-Mirror>=0:${PORTSDIR}/devel/p5-SVN-Mirror \
+ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-Algorithm-Diff>=1.1901:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Class-Autouse>=1.15:${PORTSDIR}/devel/p5-Class-Autouse \
p5-Data-Hierarchy>=0.30:${PORTSDIR}/devel/p5-Data-Hierarchy \