summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-04 12:28:16 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-04 12:28:16 +0000
commit676d298ee18c01673284b1087a7e3c99febd1d80 (patch)
tree0fd4ed310a69b1d78e6cb769ef456e7d5de32177 /mail
parentUpdate to 1.21. (diff)
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326271
Diffstat (limited to 'mail')
-rw-r--r--mail/dkfilter/Makefile2
-rw-r--r--mail/fetchyahoo/Makefile2
-rw-r--r--mail/ftrack/Makefile2
-rw-r--r--mail/mavbiff/Makefile2
-rw-r--r--mail/minimalist/Makefile3
-rw-r--r--mail/p5-Email-Reply/Makefile3
-rw-r--r--mail/p5-MIME-EncWords/Makefile3
-rw-r--r--mail/p5-Mail-MailStats/Makefile3
-rw-r--r--mail/p5-Mail-MboxParser/Makefile3
-rw-r--r--mail/p5-Mail-POP3Client/Makefile3
-rw-r--r--mail/p5-Mail-SRS/Makefile3
-rw-r--r--mail/p5-Mail-Tools/Makefile3
-rw-r--r--mail/p5-Net-POP3-SSLWrapper/Makefile3
-rw-r--r--mail/p5-Net-SenderBase/Makefile3
-rw-r--r--mail/postfix-logwatch/Makefile3
-rw-r--r--mail/postpals/Makefile3
-rw-r--r--mail/rlytest/Makefile2
-rw-r--r--mail/squirrelmail-secure_login-plugin/Makefile3
-rw-r--r--mail/squirrelmail-vlogin-plugin/Makefile3
19 files changed, 33 insertions, 19 deletions
diff --git a/mail/dkfilter/Makefile b/mail/dkfilter/Makefile
index 13f288092ddb..e2f5bd1c4d9a 100644
--- a/mail/dkfilter/Makefile
+++ b/mail/dkfilter/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= dkfilter_in dkfilter_out
USERS= ${DKFILTER_USERNAME}
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile
index 259a0bfce1db..47cd5ddc9d41 100644
--- a/mail/fetchyahoo/Makefile
+++ b/mail/fetchyahoo/Makefile
@@ -24,7 +24,7 @@ PLIST_DIRS= share/examples/fetchyahoo
PLIST_FILES= bin/fetchyahoo share/examples/fetchyahoo/fetchyahoorc
PORTDOCS= COPYING ChangeLog Credits INSTALL TODO index.html
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin
diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile
index e4cea5775fa3..5f3575a1c469 100644
--- a/mail/ftrack/Makefile
+++ b/mail/ftrack/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
ALL_TARGET= ftrack
MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
-USE_PERL5= yes
+USES= perl5
PORTDOCS= ftrack.faq readme report.err
diff --git a/mail/mavbiff/Makefile b/mail/mavbiff/Makefile
index e4561b29b002..adeca807570f 100644
--- a/mail/mavbiff/Makefile
+++ b/mail/mavbiff/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= edwin@mavetju.org
COMMENT= Small screen with active mailboxes and bring-to-front-facility
USE_GNOME= gtk12
-USE_PERL5= yes
+USES= perl5
MAN1= mavbiff.1
diff --git a/mail/minimalist/Makefile b/mail/minimalist/Makefile
index 38419df077e8..901cf150dbb6 100644
--- a/mail/minimalist/Makefile
+++ b/mail/minimalist/Makefile
@@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-/}
MAINTAINER= gmarco@gufi.org
COMMENT= A minimalistic mailing list manager
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
EXTRA_SUB_FILES=docs/README minimalist.conf-sample minimalist.pl \
contrib/minimalist_request.pl
diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile
index 72ac7acbdd51..45a1a843ac50 100644
--- a/mail/p5-Email-Reply/Makefile
+++ b/mail/p5-Email-Reply/Makefile
@@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \
p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \
p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Email::Reply.3
diff --git a/mail/p5-MIME-EncWords/Makefile b/mail/p5-MIME-EncWords/Makefile
index 46f107b93309..27fedddecfd5 100644
--- a/mail/p5-MIME-EncWords/Makefile
+++ b/mail/p5-MIME-EncWords/Makefile
@@ -16,7 +16,8 @@ COMMENT= Deal with RFC 2047 encoded words (improved)
RUN_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MIME::EncWords.3 MIME::EncWords::JA_JP.3
diff --git a/mail/p5-Mail-MailStats/Makefile b/mail/p5-Mail-MailStats/Makefile
index 223de3c2c3f3..abd09843db74 100644
--- a/mail/p5-Mail-MailStats/Makefile
+++ b/mail/p5-Mail-MailStats/Makefile
@@ -17,7 +17,8 @@ COMMENT= Perl module to detect newer messages in procmail-generated mailboxes
BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Stats::Record.3 Mail::Stats.3
diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile
index 962979390e21..e1b0fcd2ff3d 100644
--- a/mail/p5-Mail-MboxParser/Makefile
+++ b/mail/p5-Mail-MboxParser/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \
Mail::MboxParser::Mail.3 \
diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile
index 8e7548fc8938..5bf576f43601 100644
--- a/mail/p5-Mail-POP3Client/Makefile
+++ b/mail/p5-Mail-POP3Client/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module to talk to a POP3 (RFC1939) server
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::POP3Client.3
diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile
index 23a64e50f4a9..d4117f2d6d2d 100644
--- a/mail/p5-Mail-SRS/Makefile
+++ b/mail/p5-Mail-SRS/Makefile
@@ -28,6 +28,7 @@ MAN3= Mail::SRS.3 \
MAN1= srs.1 \
srsd.1
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile
index c438b9d8b691..d989152f4da0 100644
--- a/mail/p5-Mail-Tools/Makefile
+++ b/mail/p5-Mail-Tools/Makefile
@@ -14,7 +14,8 @@ COMMENT= Perl5 modules for dealing with Internet e-mail messages
RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Address.3 \
Mail::Cap.3 \
diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile
index 25b85686a168..6fbd55527578 100644
--- a/mail/p5-Net-POP3-SSLWrapper/Makefile
+++ b/mail/p5-Net-POP3-SSLWrapper/Makefile
@@ -13,7 +13,8 @@ COMMENT= Perl extension for simple POP3S wrapper for Net::POP3
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::POP3::SSLWrapper.3
diff --git a/mail/p5-Net-SenderBase/Makefile b/mail/p5-Net-SenderBase/Makefile
index fcc528e77cf1..6ba4b6e78ee2 100644
--- a/mail/p5-Net-SenderBase/Makefile
+++ b/mail/p5-Net-SenderBase/Makefile
@@ -17,7 +17,8 @@ COMMENT= Query the SenderBase service
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::SenderBase.3 \
Net::SenderBase::Query.3 \
diff --git a/mail/postfix-logwatch/Makefile b/mail/postfix-logwatch/Makefile
index c07e879e5419..795c9f084227 100644
--- a/mail/postfix-logwatch/Makefile
+++ b/mail/postfix-logwatch/Makefile
@@ -22,7 +22,8 @@ PORTEXAMPLES= ${PORTNAME}.conf ${PORTNAME}.conf-topn
MAN1= ${PORTNAME}.1
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
post-patch:
diff --git a/mail/postpals/Makefile b/mail/postpals/Makefile
index e036943231d4..ea414b4be313 100644
--- a/mail/postpals/Makefile
+++ b/mail/postpals/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS= p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \
SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-taillog
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
USERS= postpals
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile
index 898650af011d..8c5bce40d4e8 100644
--- a/mail/rlytest/Makefile
+++ b/mail/rlytest/Makefile
@@ -16,7 +16,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
MAN1= rlytest.1
PLIST_FILES= bin/rlytest
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile
index bccf6f18e4a9..ff5c53ee8d25 100644
--- a/mail/squirrelmail-secure_login-plugin/Makefile
+++ b/mail/squirrelmail-secure_login-plugin/Makefile
@@ -12,7 +12,8 @@ COMMENT= This plugin will automatically turn on SSL security during login
LICENSE= GPLv2
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile
index 7089b4a6ade9..811833fcdf26 100644
--- a/mail/squirrelmail-vlogin-plugin/Makefile
+++ b/mail/squirrelmail-vlogin-plugin/Makefile
@@ -13,7 +13,8 @@ DIST_SUBDIR= squirrelmail
MAINTAINER= neil@darlow.co.uk
COMMENT= Adds multi-site-hosting capabilities to SquirrelMail
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_SM_COMPAT= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}