From owner-svn-ports-head@FreeBSD.ORG Wed Aug 6 22:29:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D483D938 for ; Wed, 6 Aug 2014 22:29:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB66622D5 for ; Wed, 6 Aug 2014 22:29:36 +0000 (UTC) Received: from pi (uid 1338) (envelope-from pi@FreeBSD.org) id 57b6 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 22:29:36 +0000 From: Kurt Jaeger Date: Wed, 6 Aug 2014 22:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364228 - head/security/p5-Crypt-SMIME X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e2ac50.57b6.2bb6d0cd@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 22:29:36 -0000 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