aboutsummaryrefslogtreecommitdiff
path: root/devel/catch
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2015-10-07 09:50:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2015-10-07 09:50:19 +0000
commit075d9e7008a8b096608921ba11403cf0bd136c8f (patch)
treea16ac227f0ee3ccf62aa1459a1c646be140b73e6 /devel/catch
parent78375638028bbc866773e69844184ac8c45c9975 (diff)
downloadports-075d9e7008a8b096608921ba11403cf0bd136c8f.tar.gz
ports-075d9e7008a8b096608921ba11403cf0bd136c8f.zip
Notes
Diffstat (limited to 'devel/catch')
-rw-r--r--devel/catch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index b2df1078dd2a..30a8000a8f95 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= catch
-DISTVERSION= v1.2.1-develop.14
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.1-develop.14
CATEGORIES= devel
MAINTAINER= gahr@FreeBSD.org
@@ -10,12 +11,13 @@ COMMENT= Header-only test framework for C++
LICENSE= BSL
+TEST_DEPENDS= cmake:${PORTSDIR}/devel/cmake
+
USE_GITHUB= yes
GH_ACCOUNT= philsquared
GH_PROJECT= Catch
NO_BUILD= yes
-TEST_DEPENDS= cmake:${PORTSDIR}/devel/cmake
PLIST_FILES= include/catch.hpp