diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 15:19:56 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 15:19:56 +0800 |
commit | fcbd2acb27bbf4a355dbca49af027b65f4b023ac (patch) | |
tree | 431a616cd686d475c868c1f2804352af6faf26ee /mail/p5-ZConf-Mail | |
parent | 30e317454821bc4a1c43314f0bca4297231a06c2 (diff) | |
download | freebsd-ports-gnome-fcbd2acb27bbf4a355dbca49af027b65f4b023ac.tar.gz freebsd-ports-gnome-fcbd2acb27bbf4a355dbca49af027b65f4b023ac.tar.zst freebsd-ports-gnome-fcbd2acb27bbf4a355dbca49af027b65f4b023ac.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-ZConf-Mail')
-rw-r--r-- | mail/p5-ZConf-Mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile index 3c62844e2572..3b76f742e2ca 100644 --- a/mail/p5-ZConf-Mail/Makefile +++ b/mail/p5-ZConf-Mail/Makefile @@ -32,7 +32,8 @@ BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Mail.3 |