aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-ZML/Makefile4
-rw-r--r--mail/p5-Mail-Cache/Makefile4
-rw-r--r--mail/p5-Mail-IMAPTalk-MailCache/Makefile4
-rw-r--r--net/p5-Net-LDAP-AutoServer/Makefile6
-rw-r--r--net/p5-Net-LDAP-Makepath/Makefile2
-rw-r--r--net/p5-Net-LDAP-posixAccount/Makefile6
-rw-r--r--net/p5-Net-LDAP-posixGroup/Makefile2
-rw-r--r--net/p5-Phone-Info/Makefile2
-rw-r--r--net/p5-ZConf-Bookmarks/Makefile2
-rw-r--r--security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile4
-rw-r--r--sysutils/comiccron/Makefile6
-rw-r--r--sysutils/netident/Makefile4
-rw-r--r--sysutils/p5-Plugtools-Plugins-HomeOU/Makefile2
-rw-r--r--sysutils/p5-Plugtools/Makefile18
-rw-r--r--textproc/p5-Text-SpellChecker-GUI/Makefile8
-rw-r--r--www/p5-ZConf-RSS-GUI-GTK/Makefile4
-rw-r--r--www/p5-ZConf-RSS/Makefile10
-rw-r--r--x11/p5-X11-Resolution/Makefile2
18 files changed, 45 insertions, 45 deletions
diff --git a/devel/p5-ZML/Makefile b/devel/p5-ZML/Makefile
index f0bd09f37de0..1b3891ddd7ba 100644
--- a/devel/p5-ZML/Makefile
+++ b/devel/p5-ZML/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= A simple, fast, and easy to read binary data storage format
-BUILD_DEPENDS= ${SITE_PERL}/Error/Helper.pm:${PORTSDIR}/devel/p5-Error-Helper
-RUN_DEPENDS= ${SITE_PERL}/Error/Helper.pm:${PORTSDIR}/devel/p5-Error-Helper
+BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
+RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
PERL_CONFIGURE= yes
diff --git a/mail/p5-Mail-Cache/Makefile b/mail/p5-Mail-Cache/Makefile
index 52de8c769ed9..a6e2c78be449 100644
--- a/mail/p5-Mail-Cache/Makefile
+++ b/mail/p5-Mail-Cache/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Caches mail information
-BUILD_DEPENDS= ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \
- ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple
+BUILD_DEPENDS= p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
+ p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple
PERL_CONFIGURE= yes
diff --git a/mail/p5-Mail-IMAPTalk-MailCache/Makefile b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
index 3ba9dec8240a..95246b1928b5 100644
--- a/mail/p5-Mail-IMAPTalk-MailCache/Makefile
+++ b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Caches mail information for Mail::IMAPTalk using Mail::Cache.
-BUILD_DEPENDS= ${SITE_PERL}/Mail/Cache.pm:${PORTSDIR}/mail/p5-Mail-Cache \
- ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk
+BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \
+ p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-LDAP-AutoServer/Makefile b/net/p5-Net-LDAP-AutoServer/Makefile
index e47f5da38599..ab2a1ef04863 100644
--- a/net/p5-Net-LDAP-AutoServer/Makefile
+++ b/net/p5-Net-LDAP-AutoServer/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Automatically make some default decisions some LDAP server information
-RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
- ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/Net/DNS/RR/SRV/Helper.pm:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper
+RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Net-DNS-RR-SRV-Helper>=0:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-LDAP-Makepath/Makefile b/net/p5-Net-LDAP-Makepath/Makefile
index ed5d53470f7f..0dccc339a2a8 100644
--- a/net/p5-Net-LDAP-Makepath/Makefile
+++ b/net/p5-Net-LDAP-Makepath/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a methode for creating paths in LDAP simply
-RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
+RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-LDAP-posixAccount/Makefile b/net/p5-Net-LDAP-posixAccount/Makefile
index 7a37f4dae600..3ef6e447d4ad 100644
--- a/net/p5-Net-LDAP-posixAccount/Makefile
+++ b/net/p5-Net-LDAP-posixAccount/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Creates new Net::LDAP::Entry objects for a posixAccount entry
-RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
- ${SITE_PERL}/Sys/User/UIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \
- ${SITE_PERL}/Sys/Group/GIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper
+RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
+ p5-Sys-User-UIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \
+ p5-Sys-Group-GIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-LDAP-posixGroup/Makefile b/net/p5-Net-LDAP-posixGroup/Makefile
index cdf65cda7632..170b41014b7a 100644
--- a/net/p5-Net-LDAP-posixGroup/Makefile
+++ b/net/p5-Net-LDAP-posixGroup/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Creates new Net::LDAP::Entry objects for a posixGroup entry
-RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap
+RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
PERL_CONFIGURE= yes
diff --git a/net/p5-Phone-Info/Makefile b/net/p5-Phone-Info/Makefile
index 3687656e805e..15a3c5dbb001 100644
--- a/net/p5-Phone-Info/Makefile
+++ b/net/p5-Phone-Info/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a nicer CLI interface to Net::WhitePages
-RUN_DEPENDS= ${SITE_PERL}/Net/WhitePages.pm:${PORTSDIR}/net/p5-Net-WhitePages
+RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages
PERL_CONFIGURE= yes
diff --git a/net/p5-ZConf-Bookmarks/Makefile b/net/p5-ZConf-Bookmarks/Makefile
index 4df6953bb5a0..e3e7f8e8b9f3 100644
--- a/net/p5-ZConf-Bookmarks/Makefile
+++ b/net/p5-ZConf-Bookmarks/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= A system for bookmarking URIs using ZConf
-RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf
+RUN_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
PERL_CONFIGURE= yes
diff --git a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
index aaee33d28f24..67fdf642a89c 100644
--- a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
+++ b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Plain and login auth methods for Net::Server::Mail::ESMTP
-BUILD_DEPENDS= ${SITE_PERL}/Net/Server/Mail/ESMTP.pm:${PORTSDIR}/mail/p5-Net-Server-Mail \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= p5-Net-Server-Mail>=0:${PORTSDIR}/mail/p5-Net-Server-Mail \
+ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/sysutils/comiccron/Makefile b/sysutils/comiccron/Makefile
index 38845a79289d..0e5f554aee89 100644
--- a/sysutils/comiccron/Makefile
+++ b/sysutils/comiccron/Makefile
@@ -17,9 +17,9 @@ EXTRACT_ONLY=
MAINTAINER= vvelox@vvelox.net
COMMENT= A cron like tool that performs a single pass on a cronfile
-RUN_DEPENDS= ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
- ${SITE_PERL}/${PERL_ARCH}/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
+RUN_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
+ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
USE_PERL5= yes
diff --git a/sysutils/netident/Makefile b/sysutils/netident/Makefile
index ab6e344789f0..5455d5256fd2 100644
--- a/sysutils/netident/Makefile
+++ b/sysutils/netident/Makefile
@@ -17,8 +17,8 @@ EXTRACT_ONLY=
MAINTAINER= vvelox@vvelox.net
COMMENT= A tool for helping identify what network a machine is on
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface \
- ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite
+RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface \
+ p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite
USE_PERL5_RUN= yes
USE_PERL5_BUILD=yes
diff --git a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile
index e3cc327a1658..dd2d3f57b909 100644
--- a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile
+++ b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Automatically handles the home OU for when adding/removing users
-RUN_DEPENDS= ${SITE_PERL}/Plugtools.pm:${PORTSDIR}/sysutils/p5-Plugtools
+RUN_DEPENDS= p5-Plugtools>=0:${PORTSDIR}/sysutils/p5-Plugtools
PERL_CONFIGURE= yes
diff --git a/sysutils/p5-Plugtools/Makefile b/sysutils/p5-Plugtools/Makefile
index 9a1b07fb03ab..21c223fbce9a 100644
--- a/sysutils/p5-Plugtools/Makefile
+++ b/sysutils/p5-Plugtools/Makefile
@@ -15,15 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Manages POSIX users in LDAP and is extensible via a plugin system
-RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
- ${SITE_PERL}/Sys/User/UIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \
- ${SITE_PERL}/Sys/Group/GIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper \
- ${SITE_PERL}/Net/LDAP/posixAccount.pm:${PORTSDIR}/net/p5-Net-LDAP-posixAccount \
- ${SITE_PERL}/Net/LDAP/posixGroup.pm:${PORTSDIR}/net/p5-Net-LDAP-posixGroup \
- ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
- ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \
- ${SITE_PERL}/Config/IniHash.pm:${PORTSDIR}/devel/p5-Config-IniHash
+RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
+ p5-Sys-User-UIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \
+ p5-Sys-Group-GIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper \
+ p5-Net-LDAP-posixAccount>=0:${PORTSDIR}/net/p5-Net-LDAP-posixAccount \
+ p5-Net-LDAP-posixGroup>=0:${PORTSDIR}/net/p5-Net-LDAP-posixGroup \
+ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+ p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
+ p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
+ p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile
index d7d0f9ec4787..d07584867292 100644
--- a/textproc/p5-Text-SpellChecker-GUI/Makefile
+++ b/textproc/p5-Text-SpellChecker-GUI/Makefile
@@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI
-BUILD_DEPENDS= ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
- ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
- ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
- ${SITE_PERL}/Text/SpellChecker.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker
+BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \
+ p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
+ p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
+ p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
PERL_CONFIGURE= yes
diff --git a/www/p5-ZConf-RSS-GUI-GTK/Makefile b/www/p5-ZConf-RSS-GUI-GTK/Makefile
index 1871cce578d2..9bd74afdd7e1 100644
--- a/www/p5-ZConf-RSS-GUI-GTK/Makefile
+++ b/www/p5-ZConf-RSS-GUI-GTK/Makefile
@@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a GTK backend for ZConf::RSS::GUI
-RUN_DEPENDS= ${SITE_PERL}/ZConf/RSS.pm:${PORTSDIR}/www/p5-ZConf-RSS \
- ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
+RUN_DEPENDS= p5-ZConf-RSS>=0:${PORTSDIR}/www/p5-ZConf-RSS \
+ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
PERL_CONFIGURE= yes
diff --git a/www/p5-ZConf-RSS/Makefile b/www/p5-ZConf-RSS/Makefile
index a55c7812fe07..bcfe776b0318 100644
--- a/www/p5-ZConf-RSS/Makefile
+++ b/www/p5-ZConf-RSS/Makefile
@@ -16,11 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= ZConf backed RSS fetching and viewing
-BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
- ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
- ${SITE_PERL}/XML/FeedPP.pm:${PORTSDIR}/textproc/p5-XML-FeedPP \
- ${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
- ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
+BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf \
+ p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
+ p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP \
+ p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
+ p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/x11/p5-X11-Resolution/Makefile b/x11/p5-X11-Resolution/Makefile
index 05bb85159eda..cf0445e9a930 100644
--- a/x11/p5-X11-Resolution/Makefile
+++ b/x11/p5-X11-Resolution/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a method to get the resolution for a X11 screen
-RUN_DEPENDS= ${SITE_PERL}/X11/Protocol.pm:${PORTSDIR}/x11/p5-X11-Protocol
+RUN_DEPENDS= p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol
PERL_CONFIGURE= yes