From 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 29 Jun 2012 18:30:42 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- mail/mailgraph/Makefile | 4 ++-- mail/p5-WWW-Hotmail/Makefile | 4 ++-- mail/qmail-scanner1/Makefile | 2 +- mail/smtprc/Makefile | 2 +- mail/spamstats/Makefile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'mail') 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 -- cgit