aboutsummaryrefslogtreecommitdiff
path: root/devel/cunit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-29 15:26:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-29 15:26:37 +0000
commit3816a21352bc6186d584ef0a814b414072addc9d (patch)
tree8565b80630ac73d62aa943987194b0aef4c75c99 /devel/cunit
parent4359ef1299492741bc6b6174d6d71fd35630b357 (diff)
Notes
Diffstat (limited to 'devel/cunit')
-rw-r--r--devel/cunit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile
index 36e348082f9e..61073eb63173 100644
--- a/devel/cunit/Makefile
+++ b/devel/cunit/Makefile
@@ -12,8 +12,9 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automated unit testing framework for C
LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
-CONFLICTS= c-unit-[0-9]*
+CONFLICTS_INSTALL= c-unit
OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST
OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG MEMTRACE TEST