svn commit: r341237 - head/mail/rspamd

Andrej Zverev az at FreeBSD.org
Sun Jan 26 16:16:36 UTC 2014


Author: az
Date: Sun Jan 26 16:16:35 2014
New Revision: 341237
URL: http://svnweb.freebsd.org/changeset/ports/341237
QAT: https://qat.redports.org/buildarchive/r341237/

Log:
  - convert to new perl5 framework
  
  Approved by:	maintainer (vsevolod@, via IRC)

Modified:
  head/mail/rspamd/Makefile

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Sun Jan 26 16:13:57 2014	(r341236)
+++ head/mail/rspamd/Makefile	Sun Jan 26 16:16:35 2014	(r341237)
@@ -52,7 +52,7 @@ USE_OPENSSL=	yes
 .endif
 
 .if ${PORT_OPTIONS:MREDIRECTOR}
- USE_PERL5=	yes
+ USES+=		perl5
  CMAKE_ARGS+=	-DENABLE_REDIRECTOR=ON
  PLIST_SUB+=	REDIRECTOR=""
  USE_RC_SUBR+=	rspamd_redirector


More information about the svn-ports-all mailing list