diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-06 21:40:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-06 21:40:39 +0000 |
commit | 55205f16a419fbea349d6104219722799104206c (patch) | |
tree | dd971a817b4ee2915b69ad0c492fffda91313d9b | |
parent | New port: lang/plexil: Plan Execution Interchange Language from NASA for robo... (diff) |
lang/plexil: Fix license
-rw-r--r-- | lang/plexil/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/plexil/Makefile b/lang/plexil/Makefile index cfe05340f787..c6139c244f0d 100644 --- a/lang/plexil/Makefile +++ b/lang/plexil/Makefile @@ -7,9 +7,10 @@ CATEGORIES= lang devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R} MAINTAINER= yuri@FreeBSD.org -COMMENT= Plan Execution Interchange Language from NASA for robot control +COMMENT= PLan EXecution Interchange Language from NASA for robot control -LICENSE= ISCL +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../LICENSE USES= gmake libtool GNU_CONFIGURE= yes |