svn commit: r364224 - head/security/p5-GnuPG-Interface

Kurt Jaeger pi at FreeBSD.org
Wed Aug 6 21:46:56 UTC 2014


Author: pi
Date: Wed Aug  6 21:46:55 2014
New Revision: 364224
URL: http://svnweb.freebsd.org/changeset/ports/364224
QAT: https://qat.redports.org/buildarchive/r364224/

Log:
  security/p5-GnuPG-Interface: fix BUILD/RUN depends
  
  Submitted by:	matthew

Modified:
  head/security/p5-GnuPG-Interface/Makefile

Modified: head/security/p5-GnuPG-Interface/Makefile
==============================================================================
--- head/security/p5-GnuPG-Interface/Makefile	Wed Aug  6 21:46:22 2014	(r364223)
+++ head/security/p5-GnuPG-Interface/Makefile	Wed Aug  6 21:46:55 2014	(r364224)
@@ -14,6 +14,8 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg \
+		p5-MooX-HandlesVia>=0.04:${PORTSDIR}/devel/p5-MooX-HandlesVia \
+		p5-MooX-late>=0.14:${PORTSDIR}/devel/p5-MooX-late \
 		p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 


More information about the svn-ports-all mailing list