aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-login_notes-plugin
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-04 07:19:56 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-04 07:19:56 +0000
commitfcbd2acb27bbf4a355dbca49af027b65f4b023ac (patch)
tree431a616cd686d475c868c1f2804352af6faf26ee /mail/squirrelmail-login_notes-plugin
parent30e317454821bc4a1c43314f0bca4297231a06c2 (diff)
downloadports-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/squirrelmail-login_notes-plugin')
-rw-r--r--mail/squirrelmail-login_notes-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile
index 9a2e3d6ee0a3..540763c2dd5e 100644
--- a/mail/squirrelmail-login_notes-plugin/Makefile
+++ b/mail/squirrelmail-login_notes-plugin/Makefile
@@ -13,7 +13,8 @@ LICENSE= GPLv2
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>