diff options
author | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
commit | f27301734dfcb5387839ca3565ed7290c2ff25f5 (patch) | |
tree | 0fd4ed310a69b1d78e6cb769ef456e7d5de32177 /mail/squirrelmail-secure_login-plugin | |
parent | 3257027f2be3b873db84d113cea87cf693af26e2 (diff) | |
download | freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.gz freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.zst freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/squirrelmail-secure_login-plugin')
-rw-r--r-- | mail/squirrelmail-secure_login-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile index bccf6f18e4a9..ff5c53ee8d25 100644 --- a/mail/squirrelmail-secure_login-plugin/Makefile +++ b/mail/squirrelmail-secure_login-plugin/Makefile @@ -12,7 +12,8 @@ COMMENT= This plugin will automatically turn on SSL security during login LICENSE= GPLv2 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" .include <bsd.port.mk> |