diff options
author | az <az@FreeBSD.org> | 2013-09-15 15:14:12 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 15:14:12 +0800 |
commit | 03730bd7f2eda8b4459e015d76945b1f3b0f9e65 (patch) | |
tree | f4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/swaks | |
parent | 31fd1841b62065abef24948fbf8d6d28aeb798b9 (diff) | |
download | freebsd-ports-gnome-03730bd7f2eda8b4459e015d76945b1f3b0f9e65.tar.gz freebsd-ports-gnome-03730bd7f2eda8b4459e015d76945b1f3b0f9e65.tar.zst freebsd-ports-gnome-03730bd7f2eda8b4459e015d76945b1f3b0f9e65.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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> |