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-Mail-OpenDKIM | |
parent | 30e317454821bc4a1c43314f0bca4297231a06c2 (diff) | |
download | ports-fcbd2acb27bbf4a355dbca49af027b65f4b023ac.tar.gz ports-fcbd2acb27bbf4a355dbca49af027b65f4b023ac.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326257
Diffstat (limited to 'mail/p5-Mail-OpenDKIM')
-rw-r--r-- | mail/p5-Mail-OpenDKIM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-OpenDKIM/Makefile b/mail/p5-Mail-OpenDKIM/Makefile index 774b328133b4..05830237ed17 100644 --- a/mail/p5-Mail-OpenDKIM/Makefile +++ b/mail/p5-Mail-OpenDKIM/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::OpenDKIM.3 Mail::OpenDKIM::DKIM.3 \ Mail::OpenDKIM::PrivateKey.3 Mail::OpenDKIM::Signature.3 \ |