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/pop-before-smtp | |
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/pop-before-smtp')
-rw-r--r-- | mail/pop-before-smtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile index dd7b68433861..031aee1d3cd2 100644 --- a/mail/pop-before-smtp/Makefile +++ b/mail/pop-before-smtp/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_RC_SUBR= pop-before-smtp SUB_FILES= pkg-message SUB_LIST= PERL=${PERL} |