Date: Wed, 30 Jul 2014 18:09:39 +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: r363499 - head/security/p5-Crypt-SMIME Message-ID: <201407301809.s6UI9dZu053830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407301809.s6UI9dZu053830>