svn commit: r363499 - head/security/p5-Crypt-SMIME

Kurt Jaeger pi at FreeBSD.org
Wed Jul 30 18:09:40 UTC 2014


Author: pi
Date: Wed Jul 30 18:09:39 2014
New Revision: 363499
URL: http://svnweb.freebsd.org/changeset/ports/363499
QAT: https://qat.redports.org/buildarchive/r363499/

Log:
  security/p5-Crypt-SMIME: fix lib and build depends
  
  Detected by pkg-fallout at FreeBSD.org

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

Modified: head/security/p5-Crypt-SMIME/Makefile
==============================================================================
--- head/security/p5-Crypt-SMIME/Makefile	Wed Jul 30 17:51:18 2014	(r363498)
+++ head/security/p5-Crypt-SMIME/Makefile	Wed Jul 30 18:09:39 2014	(r363499)
@@ -11,6 +11,11 @@ COMMENT=	S/MIME message signing, verific
 
 LICENSE=	ART10
 
+LIB_DEPENDS=	libcrypto.so.8:${PORTSDIR}/security/openssl
+BUILD_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
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list