diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /mail/sqlgrey/Makefile | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) |
Notes
Diffstat (limited to 'mail/sqlgrey/Makefile')
-rw-r--r-- | mail/sqlgrey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index e0e3d1cd7f7e..ee411f9874cc 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -13,7 +13,8 @@ RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_RC_SUBR= sqlgrey NO_BUILD= yes |