diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 12:13:51 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 12:13:51 +0000 |
commit | 6899e8c746978934ea096d3f56bb1fa65c3324c9 (patch) | |
tree | bb129d6593daef0c1c92b99609b4419d809104ea | |
parent | 5a2d81545642eaf25247ba24ef5c1b98935f1244 (diff) | |
download | FreeBSD-ports-6899e8c746978934ea096d3f56bb1fa65c3324c9.zip FreeBSD-ports-6899e8c746978934ea096d3f56bb1fa65c3324c9.tar.gz |
Add LICENSE
-rw-r--r-- | net-im/bsflite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile index 3f55166..c4e6fef 100644 --- a/net-im/bsflite/Makefile +++ b/net-im/bsflite/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight command line AIM client +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= bin/bsflite %%EXAMPLESDIR%%/config-example PORTDOCS= COPYING ChangeLog README |