diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 07:19:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 07:19:56 +0000 |
commit | fcbd2acb27bbf4a355dbca49af027b65f4b023ac (patch) | |
tree | 431a616cd686d475c868c1f2804352af6faf26ee /mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile | |
parent | 30e317454821bc4a1c43314f0bca4297231a06c2 (diff) |
Notes
Diffstat (limited to 'mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile')
-rw-r--r-- | mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile b/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile index df0166f2f648..1c2abd3efe27 100644 --- a/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile +++ b/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \ p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Sender::Transport::SMTP::TLS.3 |