diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:45:21 +0800 |
commit | cad85f05d11549497ad58cc8cb4abc729a82320e (patch) | |
tree | 29083550c9cf5ec2313cb8fce1ca07a6a4e01e66 | |
parent | e5ffc8f0786b138a304dffa20497e8b3a7b0973a (diff) | |
download | freebsd-ports-gnome-cad85f05d11549497ad58cc8cb4abc729a82320e.tar.gz freebsd-ports-gnome-cad85f05d11549497ad58cc8cb4abc729a82320e.tar.zst freebsd-ports-gnome-cad85f05d11549497ad58cc8cb4abc729a82320e.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
-rw-r--r-- | devel/jsoncpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile index 12c30be3a60a..6acf1862520a 100644 --- a/devel/jsoncpp/Makefile +++ b/devel/jsoncpp/Makefile @@ -12,6 +12,7 @@ MAINTAINER= johan@stromnet.se COMMENT= JSON reader and writer library for C++ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= dos2unix scons USE_LDCONFIG= yes |