aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-03 18:48:36 +0800
committeraz <az@FreeBSD.org>2012-06-03 18:48:36 +0800
commitf33beebc399543fa06d41112bdbe9b875a8918ab (patch)
treeed72a213a7a59c93a36e2aca2d580a888235b08f /mail
parent265702e08863e9b6d4730c34f3edc01146715322 (diff)
downloadfreebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.tar.gz
freebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.tar.zst
freebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.zip
- Remove SITE_PERL from *_DEPENDS
PR: ports/168626 Approved by: maintainer (kuriyama@ via email)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Email-Valid-Loose/Makefile2
-rw-r--r--mail/p5-IMAP-Sieve/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Email-Valid-Loose/Makefile b/mail/p5-Email-Valid-Loose/Makefile
index 2711ff01391a..fe5cce1ba4be 100644
--- a/mail/p5-Email-Valid-Loose/Makefile
+++ b/mail/p5-Email-Valid-Loose/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= A variation of Email::Valid which allows dot before at mark
-BUILD_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
+BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/mail/p5-IMAP-Sieve/Makefile b/mail/p5-IMAP-Sieve/Makefile
index ef7e88176899..5e6885888c0a 100644
--- a/mail/p5-IMAP-Sieve/Makefile
+++ b/mail/p5-IMAP-Sieve/Makefile
@@ -16,7 +16,7 @@ DISTNAME= websieve-063a
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to edit Sieve scripts on an Cyrus IMAP server
-RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
WRKSRC= ${WRKDIR}/${PERLSIEVENAME}