diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
commit | dcf99688a1711ab176bca363f8d11b57acb961ac (patch) | |
tree | f4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/swaks | |
parent | 3db2dffc6a9357d280871c3be54055600ce7fb2d (diff) | |
download | ports-dcf99688a1711ab176bca363f8d11b57acb961ac.tar.gz ports-dcf99688a1711ab176bca363f8d11b57acb961ac.zip |
Notes
Diffstat (limited to 'mail/swaks')
-rw-r--r-- | mail/swaks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/swaks/Makefile b/mail/swaks/Makefile index ae9dc2323661..0766d904c4af 100644 --- a/mail/swaks/Makefile +++ b/mail/swaks/Makefile @@ -16,7 +16,8 @@ PERL_NET_DNS_DESC= Add MX lookup support PERL_NET_SSLEAY_DESC= Add TLS support PERL_AUTHEN_NTLM_DESC= Add support for AUTH NTLM -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include <bsd.port.pre.mk> |