svn commit: r327520 - head/net/shelldap

Andrej Zverev az at FreeBSD.org
Wed Sep 18 06:38:09 UTC 2013


Author: az
Date: Wed Sep 18 06:38:09 2013
New Revision: 327520
URL: http://svnweb.freebsd.org/changeset/ports/327520

Log:
   - Calling pod2man from extract stage require perl
  
  With hat:	perl@

Modified:
  head/net/shelldap/Makefile

Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile	Wed Sep 18 06:35:24 2013	(r327519)
+++ head/net/shelldap/Makefile	Wed Sep 18 06:38:09 2013	(r327520)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	p5-Algorithm-Diff>=0:${PORT
 		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
 
 USES=		perl5
-
+USE_PERL5=	extract build run
 MAN1=		shelldap.1
 
 PLIST_FILES=	bin/shelldap


More information about the svn-ports-all mailing list