diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-11-10 19:23:06 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-11-10 19:23:06 +0000 |
commit | f7f3f5b9426f29f0be7c2bb3bbb7efd8400f5447 (patch) | |
tree | d3605f6018a51b7af036b9055d82b33aca2d0325 /mail/squirrelmail-password_forget-plugin | |
parent | a7516b3fb7e62904f5734ba8721310a7e9ed8eb0 (diff) | |
download | ports-f7f3f5b9426f29f0be7c2bb3bbb7efd8400f5447.tar.gz ports-f7f3f5b9426f29f0be7c2bb3bbb7efd8400f5447.zip |
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained
Requested by: linimon
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=244081
Diffstat (limited to 'mail/squirrelmail-password_forget-plugin')
-rw-r--r-- | mail/squirrelmail-password_forget-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/squirrelmail-password_forget-plugin/Makefile b/mail/squirrelmail-password_forget-plugin/Makefile index 21c3803f3fc7..bd7e740a56fa 100644 --- a/mail/squirrelmail-password_forget-plugin/Makefile +++ b/mail/squirrelmail-password_forget-plugin/Makefile @@ -18,6 +18,8 @@ COMMENT= Prevent reuse of login details by browsers at public terminals RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +USE_PERL5_RUN= yes + .include <bsd.port.pre.mk> .include "../squirrelmail/bsd.squirrelmail.mk" .include <bsd.port.post.mk> |