diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
commit | e58a77a4ea7971b8ab87377a1ab8cec7e423f536 (patch) | |
tree | 1743ea9acf2965417bc0128f67be7b2019833057 /mail/maildrop | |
parent | f0e7ce220dfbf6377209ade763dccb62cacc0bd1 (diff) | |
download | freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.tar.gz freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.tar.zst freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.zip |
Convert to new perl framework.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 3 |
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 |