diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-24 04:00:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-24 04:00:33 +0800 |
commit | bebfc24c8b65b99131a6419be8128b8ee9b3bb71 (patch) | |
tree | 1fae9edde8bd87e8bc08c96159d4385896c6a364 /astro | |
parent | 12e1294abfaf06511eac70a6832679d6309bf8e8 (diff) | |
download | freebsd-ports-gnome-bebfc24c8b65b99131a6419be8128b8ee9b3bb71.tar.gz freebsd-ports-gnome-bebfc24c8b65b99131a6419be8128b8ee9b3bb71.tar.zst freebsd-ports-gnome-bebfc24c8b65b99131a6419be8128b8ee9b3bb71.zip |
- Add LICENSE_FILE
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmpbf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index a821a15f6bf4..442a041a757f 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -11,6 +11,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library for handling binary OpenStreetMap data LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.osmpbf LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf |