aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-07-31 12:16:16 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-07-31 12:16:16 +0000
commite58a77a4ea7971b8ab87377a1ab8cec7e423f536 (patch)
tree1743ea9acf2965417bc0128f67be7b2019833057 /mail/maildrop
parentf0e7ce220dfbf6377209ade763dccb62cacc0bd1 (diff)
downloadports-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.tar.gz
ports-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.zip
Convert to new perl framework.
Notes
Notes: svn path=/head/; revision=324039
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 19b2538708d4..71e251d48a85 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -27,8 +27,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
LICENSE= GPLv3
USE_BZIP2= yes
-USE_PERL5= yes
-USES= iconv shebangfix
+USES= iconv shebangfix perl5
.if defined(.PARSEDIR)
USES+= gmake
.endif