aboutsummaryrefslogtreecommitdiffstats
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/mailgraph/Makefile4
-rw-r--r--mail/p5-WWW-Hotmail/Makefile4
-rw-r--r--mail/qmail-scanner1/Makefile2
-rw-r--r--mail/smtprc/Makefile2
-rw-r--r--mail/spamstats/Makefile2
5 files changed, 7 insertions, 7 deletions
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