diff options
43 files changed, 101 insertions, 101 deletions
diff --git a/databases/p5-Test-DatabaseRow/Makefile b/databases/p5-Test-DatabaseRow/Makefile index e6946556477c..3d6f1a1a5b4e 100644 --- a/databases/p5-Test-DatabaseRow/Makefile +++ b/databases/p5-Test-DatabaseRow/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Simple database tests -BUILD_DEPENDS= ${SITE_PERL}/mach/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Test/Builder/Module.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes 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 \ diff --git a/dns/bindgraph/Makefile b/dns/bindgraph/Makefile index a5edfed8c6f1..9966fa6ad637 100644 --- a/dns/bindgraph/Makefile +++ b/dns/bindgraph/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rafan@FreeBSD.org COMMENT= A RRDtool frontend for BIND statistics -RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ + p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes USE_PERL5= yes diff --git a/graphics/p5-GD-Graph-ohlc/Makefile b/graphics/p5-GD-Graph-ohlc/Makefile index 08bd6c843275..24c78c42a991 100644 --- a/graphics/p5-GD-Graph-ohlc/Makefile +++ b/graphics/p5-GD-Graph-ohlc/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Create charts displaying the open, high, low, and close -BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-Image-Heatmap/Makefile b/graphics/p5-Image-Heatmap/Makefile index 4fa223c3c0af..4c150a18aa4d 100644 --- a/graphics/p5-Image-Heatmap/Makefile +++ b/graphics/p5-Image-Heatmap/Makefile @@ -18,7 +18,7 @@ COMMENT= Convert geographic coordinates into a graphical heatmap LICENSE_COMB= dual LICENSE= ART20 GPLv1 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick WRKSRC= ${WRKDIR}/${PORTNAME} PERL_CONFIGURE= yes diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index ec6e62ceada5..f0a8d7b41b1c 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://dist.bsdlab.org/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Another HTML-lint (all messages are written in Japanese) -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ${JCODE}:${PORTSDIR}/japanese/p5-Jcode USE_PERL5= YES diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 7437949037f3..8395eb62e8bc 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= An open source implementation of .NET Development Framework -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash USE_BZIP2= yes diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 825609ff7ac7..931e3e8a67e0 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \ MAINTAINER= rafan@FreeBSD.org COMMENT= A RRDtool frontend for Postfix statistics -RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ + p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes USE_PERL5= yes diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile index ae1719fd6ed0..38b0e7e0f070 100644 --- a/mail/p5-WWW-Hotmail/Makefile +++ b/mail/p5-WWW-Hotmail/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= This module simplifies access to hotmail -BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/qmail-scanner1/Makefile b/mail/qmail-scanner1/Makefile index c4db1411cd1c..b72416a031d4 100644 --- a/mail/qmail-scanner1/Makefile +++ b/mail/qmail-scanner1/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Content/Anti-virus Scanner for qmail BUILD_DEPENDS= reformime:${PORTSDIR}/mail/maildrop \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes MANUAL_PACKAGE_BUILD= Requires qmail built with non-standard setting diff --git a/mail/smtprc/Makefile b/mail/smtprc/Makefile index 59715ee34300..b8d74b3709b9 100644 --- a/mail/smtprc/Makefile +++ b/mail/smtprc/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mich@FreeBSD.org COMMENT= A scanner for open SMTP relays .if defined(WITH_GUI) -RUN_DEPENDS= ${SITE_PERL}/mach/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk PLIST_SUB+= WITHGUI="" .else PLIST_SUB+= WITHGUI="@comment " diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index e78c56b2b01d..cb475e96f0a4 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.inl.fr/download/ MAINTAINER= leeym@FreeBSD.org COMMENT= A tool to generate statistics for spamd of Mail::SpamAssassin -RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip USE_PERL5= yes NO_BUILD= yes diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 6f90452b3be6..acfeb8eafd0d 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Translates string using Babelfish -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USE_PERL5= yes NO_BUILD= yes diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile index 0f33a4d2e22e..66e2ab146d69 100644 --- a/multimedia/banshee/Makefile +++ b/multimedia/banshee/Makefile @@ -18,7 +18,7 @@ COMMENT= Music management and playback for gnome IGNORE= Unstable release. Freeses after a few minutes. # Could do without bash, but it's brought in by gnome anyway. -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/net-mgmt/remarp/Makefile b/net-mgmt/remarp/Makefile index bb7adab3d977..961a4606af27 100644 --- a/net-mgmt/remarp/Makefile +++ b/net-mgmt/remarp/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ MAINTAINER= mich@FreeBSD.org COMMENT= An SNMP-based ARP watcher -RUN_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ + p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP USE_PERL5= YES NO_BUILD= YES diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 1f5bd098226d..28301b4ebd15 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -24,7 +24,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= nork@FreeBSD.org COMMENT= Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay NOT_FOR_ARCHS= ia64 powerpc sparc64 diff --git a/net/p5-Net-Analysis/Makefile b/net/p5-Net-Analysis/Makefile index 8ba9b9b2ee57..329b6e6a4f74 100644 --- a/net/p5-Net-Analysis/Makefile +++ b/net/p5-Net-Analysis/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Modules for analysing network traffic -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \ - ${SITE_PERL}/NetPacket.pm:${PORTSDIR}/net/p5-NetPacket \ +RUN_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap \ + p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject diff --git a/net/wping/Makefile b/net/wping/Makefile index e2b6f52773d3..82fc2832f602 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= A Web-based graphical ping log -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes USE_PERL5= 5.8.0+ USE_BZIP2= yes diff --git a/news/p5-News-Article-NoCeM/Makefile b/news/p5-News-Article-NoCeM/Makefile index 2f8a3ee12571..26d56ef7f82c 100644 --- a/news/p5-News-Article-NoCeM/Makefile +++ b/news/p5-News-Article-NoCeM/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= A module to generate accurate NoCeM notices -RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article \ - ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= p5-News-Article>=0:${PORTSDIR}/news/p5-News-Article \ + p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile index 93f723dd9e0b..3020559244b0 100644 --- a/security/p5-Crypt-HCE_SHA/Makefile +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl5 interface to one way hash chaining block cipher -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-OFB/Makefile b/security/p5-Crypt-OFB/Makefile index 5dba831fd15f..0cfc5efc6444 100644 --- a/security/p5-Crypt-OFB/Makefile +++ b/security/p5-Crypt-OFB/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Encrypt Data using OFB Mode -BUILD_DEPENDS= ${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB +BUILD_DEPENDS= p5-Crypt-ECB>=0:${PORTSDIR}/security/p5-Crypt-ECB RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile index 251628d59eee..302d1e5dacf6 100644 --- a/security/p5-Digest-Adler32/Makefile +++ b/security/p5-Digest-Adler32/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Adler32 hash algorithm -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +BUILD_DEPENDS= p5-Digest>=0:${PORTSDIR}/security/p5-Digest RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Digest-DMAC/Makefile b/security/p5-Digest-DMAC/Makefile index 8b984e9cfd8b..580331c86a7e 100644 --- a/security/p5-Digest-DMAC/Makefile +++ b/security/p5-Digest-DMAC/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl5 interface to DMAC Double Message-Digest Algorithms -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Digest-EMAC/Makefile b/security/p5-Digest-EMAC/Makefile index a6aba81e67b5..ec32b1174955 100644 --- a/security/p5-Digest-EMAC/Makefile +++ b/security/p5-Digest-EMAC/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl5 interface to EMAC Double Message-Digest Algorithms -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Digest-Haval256/Makefile b/security/p5-Digest-Haval256/Makefile index e8da35c54f72..0f5233f656be 100644 --- a/security/p5-Digest-Haval256/Makefile +++ b/security/p5-Digest-Haval256/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Haval256 hash algorithm -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile index 534f8cbac62a..fdd36b48c65f 100644 --- a/security/p5-Digest-Whirlpool/Makefile +++ b/security/p5-Digest-Whirlpool/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Whirlpool hash algorithm -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes diff --git a/security/sshit/Makefile b/security/sshit/Makefile index 544f3fa2e616..c9568e081cf6 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -15,9 +15,9 @@ MASTER_SITES= http://anp.ath.cx/sshit/ \ MAINTAINER= rafan@FreeBSD.org COMMENT= Checks for SSH/FTP bruteforce and blocks given IPs -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - ${SITE_PERL}/IPC/Shareable.pm:${PORTSDIR}/devel/p5-IPC-Shareable \ - ${SITE_PERL}/Proc/PID/File.pm:${PORTSDIR}/devel/p5-Proc-PID-File +RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ + p5-IPC-Shareable>=0:${PORTSDIR}/devel/p5-IPC-Shareable \ + p5-Proc-PID-File>=0:${PORTSDIR}/devel/p5-Proc-PID-File NO_BUILD= yes USE_PERL5_RUN= yes diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 2a6275ae4a1f..ae3354de6922 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Open Source Full Text Search engine RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-contrib \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg + p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg USE_PGSQL= yes PERL_CONFIGURE= yes diff --git a/textproc/p5-WWW-Google-SiteMap/Makefile b/textproc/p5-WWW-Google-SiteMap/Makefile index 6d5c6f5e28d0..b83df16bf787 100644 --- a/textproc/p5-WWW-Google-SiteMap/Makefile +++ b/textproc/p5-WWW-Google-SiteMap/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org COMMENT= Perl extension for managing Google SiteMaps -BUILD_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile index 7d9a7d14d368..855e59f0ba36 100644 --- a/textproc/p5-XML-RSS-Parser/Makefile +++ b/textproc/p5-XML-RSS-Parser/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= A liberal object-oriented parser for RSS feeds -RUN_DEPENDS= ${SITE_PERL}/XML/Elemental.pm:${PORTSDIR}/textproc/p5-XML-Elemental \ - ${SITE_PERL}/Class/XPath.pm:${PORTSDIR}/devel/p5-Class-XPath \ - ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler +RUN_DEPENDS= p5-XML-Elemental>=0:${PORTSDIR}/textproc/p5-XML-Elemental \ + p5-Class-XPath>=0:${PORTSDIR}/devel/p5-Class-XPath \ + p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/fswiki/Makefile b/www/fswiki/Makefile index ff6846095a59..326dddad0b32 100644 --- a/www/fswiki/Makefile +++ b/www/fswiki/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= FreeStyle Wiki (perl based wiki clone) RUN_DEPENDS= ${JCODE}:${PORTSDIR}/japanese/p5-Jcode \ - ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template + p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template USE_ZIP= yes USE_PERL5= yes diff --git a/www/p5-WWW-IMDb/Makefile b/www/p5-WWW-IMDb/Makefile index e047564d2b32..22798083ea74 100644 --- a/www/p5-WWW-IMDb/Makefile +++ b/www/p5-WWW-IMDb/Makefile @@ -16,8 +16,8 @@ DISTNAME= IMDb-current MAINTAINER= mich@FreeBSD.org COMMENT= Perl interface to query the Internet Movie Database(IMDb) -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PERL_CONFIGURE= yes diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 8bc8eaafeaf7..cd3cb1ca7b38 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -17,7 +17,7 @@ COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML LATEST_LINK= gtk-sharp20 USE_BZIP2= yes diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 40aa439d48bb..9a156430e2bc 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gsynaptics/21527 MAINTAINER= nork@FreeBSD.org COMMENT= GNOME Synaptics Touchpad setting tool -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui USE_ICONV= yes |