Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 22:29:36 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364228 - head/security/p5-Crypt-SMIME
Message-ID:  <53e2ac50.57b6.2bb6d0cd@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Aug  6 22:29:36 2014
New Revision: 364228
URL: http://svnweb.freebsd.org/changeset/ports/364228
QAT: https://qat.redports.org/buildarchive/r364228/

Log:
  security/p5-Crypt-SMIME: fix build depends
  
  Submitted by:	antoine

Modified:
  head/security/p5-Crypt-SMIME/Makefile

Modified: head/security/p5-Crypt-SMIME/Makefile
==============================================================================
--- head/security/p5-Crypt-SMIME/Makefile	Wed Aug  6 22:18:29 2014	(r364227)
+++ head/security/p5-Crypt-SMIME/Makefile	Wed Aug  6 22:29:36 2014	(r364228)
@@ -9,6 +9,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	S/MIME message signing, verification, encryption and decryption
 
+RUN_DEPENDS=	p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
+		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		/usr/local/lib/libcrypto.so:${PORTSDIR}/security/openssl
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 LICENSE=	ART10
 
 USES=		perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2ac50.57b6.2bb6d0cd>