aboutsummaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2015-04-22 20:14:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2015-04-22 20:14:51 +0000
commita47621cc5767f0516bd0524bdd97e6e189985f6d (patch)
treeea168545a1e90f01b2eae8d9e80a1085410efbc3 /lang/chicken
parent61728697427e8ef6d4314ee363e61604559f6812 (diff)
downloadports-a47621cc5767f0516bd0524bdd97e6e189985f6d.tar.gz
ports-a47621cc5767f0516bd0524bdd97e6e189985f6d.zip
- Remove LICENSE
Chicken's LICENSE file says that it's actually a mixture of BSD3 files, files under a BSD3 lookalike with additional clause about academic research, custom permissive license files, public domain files, and even a few GPL2+ files in the test suite. It is the maintainer's opinion that a blanked BSD3CLAUSE is misleading. Reported by: maintainer (via private email)
Notes
Notes: svn path=/head/; revision=384519
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 66712cf651f4..903785e1a357 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -10,8 +10,6 @@ MASTER_SITES= http://code.call-cc.org/releases/4.9.0/
MAINTAINER= vmagerya@gmail.com
COMMENT= Scheme-to-C compiler
-LICENSE= BSD3CLAUSE
-
USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes