aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-02-26 03:07:59 +0800
committeradamw <adamw@FreeBSD.org>2015-02-26 03:07:59 +0800
commitf922789a4bce4b9d572ae4d6c1fd2814436f0447 (patch)
treef838a52af84c3f5628abf07b02fb72e564874287
parenta43699ad43a37276725493988aaaacbd519ad9b1 (diff)
downloadfreebsd-ports-gnome-f922789a4bce4b9d572ae4d6c1fd2814436f0447.tar.gz
freebsd-ports-gnome-f922789a4bce4b9d572ae4d6c1fd2814436f0447.tar.zst
freebsd-ports-gnome-f922789a4bce4b9d572ae4d6c1fd2814436f0447.zip
Test::Exception is a TEST depends, not BUILD/RUN.
-rw-r--r--security/p5-Crypt-SMIME/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index 0fc5477215c0..3115a71a5af4 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Crypt-SMIME
PORTVERSION= 0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +14,9 @@ LICENSE= ART10
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 \
${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl
BUILD_DEPENDS= ${RUN_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_OPENSSL= yes