aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-07-31 20:16:16 +0800
committermadpilot <madpilot@FreeBSD.org>2013-07-31 20:16:16 +0800
commit3f0dd290a8efb14235d194972afae5545b0d3aea (patch)
tree1743ea9acf2965417bc0128f67be7b2019833057 /mail
parentaaa62020a13c09a1583549ed8495cc5be7188be4 (diff)
downloadfreebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.gz
freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.zst
freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.zip
Convert to new perl framework.
Diffstat (limited to 'mail')
-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