diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
commit | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (patch) | |
tree | b3dd711ee84d324686505a89f6a26bd97c3da587 | |
parent | a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (diff) | |
download | freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.gz freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.zst freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
-rw-r--r-- | biology/p5-bioperl/Makefile | 78 | ||||
-rw-r--r-- | devel/autodia/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Class-AutoClass/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Data-Stag/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Graph-histogram/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-SpringGraph/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT-HTML/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Math-Spline/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Data-Validate-IP/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI-FormBuilder/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Controller-BindLex/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Data-Validate-URI/Makefile | 8 |
14 files changed, 86 insertions, 86 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index b438bfd33096..aa9d68d0db84 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -19,45 +19,45 @@ COMMENT= A collection of Perl modules for bioinformatics BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \ ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/${PERL_PORT} \ - ${SITE_PERL}/Bio/ASN1/EntrezGene.pm:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \ - ${SITE_PERL}/Class/AutoClass.pm:${PORTSDIR}/devel/p5-Class-AutoClass \ - ${SITE_PERL}/Data/Stag/ITextWriter.pm:${PORTSDIR}/devel/p5-Data-Stag \ - ${SITE_PERL}/Data/Stag/SxprWriter.pm:${PORTSDIR}/devel/p5-Data-Stag \ - ${SITE_PERL}/Data/Stag/XMLWriter.pm:${PORTSDIR}/devel/p5-Data-Stag \ - ${SITE_PERL}/GD/SVG.pm:${PORTSDIR}/graphics/p5-GD-SVG \ - ${SITE_PERL}/Graph/Directed.pm:${PORTSDIR}/math/p5-Graph \ - ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG \ - ${SITE_PERL}/SVG/Graph.pm:${PORTSDIR}/graphics/p5-SVG-Graph \ - ${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords \ - ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ - ${SITE_PERL}/XML/DOM/XPath.pm:${PORTSDIR}/textproc/p5-XML-DOM-XPath \ - ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ - ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ - ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${SITE_PERL}/${PERL_ARCH}/Ace.pm:${PORTSDIR}/biology/p5-AcePerl \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ - ${SITE_PERL}/${PERL_ARCH}/Convert/Binary/C.pm:${PORTSDIR}/converters/p5-Convert-Binary-C \ - ${SITE_PERL}/Algorithm/Munkres.pm:${PORTSDIR}/math/p5-Algorithm-Munkres \ - ${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \ - ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ - ${SITE_PERL}/${PERL_ARCH}/Math/Random.pm:${PORTSDIR}/math/p5-Math-Random \ - ${SITE_PERL}/PostScript/TextBlock.pm:${PORTSDIR}/print/p5-PostScript \ - ${SITE_PERL}/Set/Scalar.pm:${PORTSDIR}/devel/p5-Set-Scalar \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI + p5-Bio-ASN1-EntrezGene>=0:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \ + p5-Class-AutoClass>=0:${PORTSDIR}/devel/p5-Class-AutoClass \ + p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \ + p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \ + p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \ + p5-GD-SVG>=0:${PORTSDIR}/graphics/p5-GD-SVG \ + p5-Graph>=0:${PORTSDIR}/math/p5-Graph \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ + p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG \ + p5-SVG-Graph>=0:${PORTSDIR}/graphics/p5-SVG-Graph \ + p5-Text-Shellwords>=0:${PORTSDIR}/textproc/p5-Text-Shellwords \ + p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \ + p5-XML-DOM-XPath>=0:${PORTSDIR}/textproc/p5-XML-DOM-XPath \ + p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ + p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ + p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \ + p5-AcePerl>=0:${PORTSDIR}/biology/p5-AcePerl \ + p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Spreadsheet-ParseExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \ + p5-Convert-Binary-C>=0:${PORTSDIR}/converters/p5-Convert-Binary-C \ + p5-Algorithm-Munkres>=0:${PORTSDIR}/math/p5-Algorithm-Munkres \ + p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \ + p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ + p5-Math-Random>=0:${PORTSDIR}/math/p5-Math-Random \ + p5-PostScript>=0:${PORTSDIR}/print/p5-PostScript \ + p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/autodia/Makefile b/devel/autodia/Makefile index 8ef541345e79..62fa80d540f4 100644 --- a/devel/autodia/Makefile +++ b/devel/autodia/Makefile @@ -18,12 +18,12 @@ DISTNAME= Autodia-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Automatic Dia XML - from Source Code and Data -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Inline/Java.pm:${PORTSDIR}/devel/p5-Inline-Java \ - ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ - ${SITE_PERL}/VCG.pm:${PORTSDIR}/graphics/p5-VCG \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/SpringGraph.pm:${PORTSDIR}/graphics/p5-SpringGraph +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Inline-Java>=0:${PORTSDIR}/devel/p5-Inline-Java \ + p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ + p5-VCG>=0:${PORTSDIR}/graphics/p5-VCG \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-SpringGraph>=0:${PORTSDIR}/graphics/p5-SpringGraph RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-AutoClass/Makefile b/devel/p5-Class-AutoClass/Makefile index d954c4283c33..7ea5878ebdfb 100644 --- a/devel/p5-Class-AutoClass/Makefile +++ b/devel/p5-Class-AutoClass/Makefile @@ -17,9 +17,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Automatically define simple get and set methods in an inheritance structure -RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy BUILD_DEPENDS:= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/AutoClass diff --git a/devel/p5-Data-Stag/Makefile b/devel/p5-Data-Stag/Makefile index 503e65a43ac1..532f10da5140 100644 --- a/devel/p5-Data-Stag/Makefile +++ b/devel/p5-Data-Stag/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Structured Tags datastructures -RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index 5c2842bcc87a..283853e7841c 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -17,8 +17,8 @@ DISTNAME= GDGraph-histogram-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Histogram plotting module for perl5 -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-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index b000b6ac083c..3f0cf4e876ab 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Seamlessly enable SVG output from scripts written using GD -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG +BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG PERL_CONFIGURE= yes diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index ba9914273e33..825e72072a6b 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Directed graph alternative to GraphViz -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD MAN3= SpringGraph.3 diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile index c67770792911..98325d6f3f0a 100644 --- a/mail/p5-MIME-Lite-TT-HTML/Makefile +++ b/mail/p5-MIME-Lite-TT-HTML/Makefile @@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Create html mail with MIME::Lite and TT -BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks -RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks PERL_CONFIGURE= yes PERL_MODBUILD= yes diff --git a/mail/p5-MIME-Lite-TT/Makefile b/mail/p5-MIME-Lite-TT/Makefile index fc7ecf73cf4b..6eac9a564555 100644 --- a/mail/p5-MIME-Lite-TT/Makefile +++ b/mail/p5-MIME-Lite-TT/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= TT enabled MIME::Lite wrapper -BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile index dbf97273f553..5cfc97870dee 100644 --- a/math/p5-Math-Spline/Makefile +++ b/math/p5-Math-Spline/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Cubic Spline Interpolation of data -RUN_DEPENDS= ${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative +RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-Data-Validate-IP/Makefile b/net-mgmt/p5-Data-Validate-IP/Makefile index 8b8c3ba2fd73..4edf637b0757 100644 --- a/net-mgmt/p5-Data-Validate-IP/Makefile +++ b/net-mgmt/p5-Data-Validate-IP/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Common data validation methods for IPs -BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask -RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask +BUILD_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask +RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask PERL_CONFIGURE= yes diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile index 287075608189..236e2adbc140 100644 --- a/www/p5-CGI-FormBuilder/Makefile +++ b/www/p5-CGI-FormBuilder/Makefile @@ -45,19 +45,19 @@ post-patch: .include <bsd.port.pre.mk> .if !defined(WITHOUT_TT) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS+= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit .endif .if defined(WITH_HTML_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS+= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template .endif .if defined(WITH_TEXT_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template +RUN_DEPENDS+= p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template .endif .if defined(WITH_CGI_FAST_TEMPLATE) -RUN_DEPENDS+= ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate +RUN_DEPENDS+= p5-CGI-FastTemplate>=0:${PORTSDIR}/www/p5-CGI-FastTemplate .endif .include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Controller-BindLex/Makefile b/www/p5-Catalyst-Controller-BindLex/Makefile index b48074f14f7f..2601791af401 100644 --- a/www/p5-Catalyst-Controller-BindLex/Makefile +++ b/www/p5-Catalyst-Controller-BindLex/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Stash your lexical goodness -BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ - ${SITE_PERL}/${PERL_ARCH}/Array/RefElem.pm:${PORTSDIR}/misc/p5-Array-RefElem \ - ${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \ - ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \ - ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/Test/use/ok.pm:${PORTSDIR}/devel/p5-Test-use-ok +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Array-RefElem>=0:${PORTSDIR}/misc/p5-Array-RefElem \ + p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller \ + p5-Devel-LexAlias>=0:${PORTSDIR}/devel/p5-Devel-LexAlias \ + p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/www/p5-Data-Validate-URI/Makefile b/www/p5-Data-Validate-URI/Makefile index 497fcc0e4f04..e3c817616801 100644 --- a/www/p5-Data-Validate-URI/Makefile +++ b/www/p5-Data-Validate-URI/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Common data validation methods for URIs -BUILD_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ - ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP -RUN_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ - ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP +BUILD_DEPENDS= p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP +RUN_DEPENDS= p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP PERL_CONFIGURE= yes |