aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-04 05:52:04 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-04 05:52:04 +0000
commit6337984890c98036209bdd2001ac29c3386bf22a (patch)
tree49987ebc7199c83bbbedf798b4bac41866d0e8b8 /mail
parent60142314b6fa572e821b7630f04ec5ef3bb3d0f2 (diff)
downloadports-6337984890c98036209bdd2001ac29c3386bf22a.tar.gz
ports-6337984890c98036209bdd2001ac29c3386bf22a.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/maildirsync/Makefile2
-rw-r--r--mail/mailgraph/Makefile2
-rw-r--r--mail/p5-Mail-Cache/Makefile3
-rw-r--r--mail/p5-Mail-Ezmlm/Makefile3
-rw-r--r--mail/p5-Mail-IMAPTalk-MailCache/Makefile3
-rw-r--r--mail/p5-Mail-Spool/Makefile3
-rw-r--r--mail/p5-Mail-Verp/Makefile3
-rw-r--r--mail/p5-Net-SMTP-TLS/Makefile3
-rw-r--r--mail/pronto/Makefile2
-rw-r--r--mail/squirrelmail-user_special_mailboxes-plugin/Makefile3
10 files changed, 17 insertions, 10 deletions
diff --git a/mail/maildirsync/Makefile b/mail/maildirsync/Makefile
index ce4503b00ed1..dbe71f73f875 100644
--- a/mail/maildirsync/Makefile
+++ b/mail/maildirsync/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= 5u623l20@gmail.com
COMMENT= Online synchronizer for Maildir-format mailboxes
-USE_PERL5= yes
+USES= perl5
MAN1= maildirsync.1
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile
index 931e3e8a67e0..104ebe063a1a 100644
--- a/mail/mailgraph/Makefile
+++ b/mail/mailgraph/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
CGIDIR?= ${PREFIX}/www/cgi-bin
DATADIR?= /var/db/mailgraph
diff --git a/mail/p5-Mail-Cache/Makefile b/mail/p5-Mail-Cache/Makefile
index a6e2c78be449..cc5c19cf2225 100644
--- a/mail/p5-Mail-Cache/Makefile
+++ b/mail/p5-Mail-Cache/Makefile
@@ -18,7 +18,8 @@ COMMENT= Caches mail information
BUILD_DEPENDS= p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Cache.3
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile
index 82118106c96f..31c817303818 100644
--- a/mail/p5-Mail-Ezmlm/Makefile
+++ b/mail/p5-Mail-Ezmlm/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
EZMLM_DIR?= ${LOCALBASE}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.if defined(PACKAGE_BUILDING)
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
diff --git a/mail/p5-Mail-IMAPTalk-MailCache/Makefile b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
index e92a8b49d0c6..6dbfce929572 100644
--- a/mail/p5-Mail-IMAPTalk-MailCache/Makefile
+++ b/mail/p5-Mail-IMAPTalk-MailCache/Makefile
@@ -18,7 +18,8 @@ COMMENT= Caches mail information for Mail::IMAPTalk using Mail::Cache
BUILD_DEPENDS= p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \
p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::IMAPTalk::MailCache.3
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile
index ba9ad1564725..6688026fa412 100644
--- a/mail/p5-Mail-Spool/Makefile
+++ b/mail/p5-Mail-Spool/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3
diff --git a/mail/p5-Mail-Verp/Makefile b/mail/p5-Mail-Verp/Makefile
index c28d8347c0a5..46512c8d2bbb 100644
--- a/mail/p5-Mail-Verp/Makefile
+++ b/mail/p5-Mail-Verp/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Verp.3
diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile
index 9c30f5ed1712..fa8e888dbd94 100644
--- a/mail/p5-Net-SMTP-TLS/Makefile
+++ b/mail/p5-Net-SMTP-TLS/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::SMTP::TLS.3
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile
index f7b5e2caf775..23fd77303602 100644
--- a/mail/pronto/Makefile
+++ b/mail/pronto/Makefile
@@ -31,7 +31,7 @@ BUILD_DEPENDS+= p5-Mysql>=0:${PORTSDIR}/databases/p5-Mysql
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= yes
+USES= perl5
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
diff --git a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
index d6b0e8e31ff1..5fb9f1de29d9 100644
--- a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
+++ b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
@@ -11,7 +11,8 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= Lets define folders to be displayed at the top of the folders list
USE_SM_COMPAT= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}