diff options
author | bapt <bapt@FreeBSD.org> | 2012-01-23 15:25:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-01-23 15:25:11 +0800 |
commit | 1c03a73d451c1be5c95a894cbe791e7e1746addc (patch) | |
tree | 94b0949be7766bf8060465b76ce67698a535c3e0 /net/libcmis | |
parent | e1db0ca1f4b234545078e927e3bfe2bd5bb162f3 (diff) | |
download | freebsd-ports-gnome-1c03a73d451c1be5c95a894cbe791e7e1746addc.tar.gz freebsd-ports-gnome-1c03a73d451c1be5c95a894cbe791e7e1746addc.tar.zst freebsd-ports-gnome-1c03a73d451c1be5c95a894cbe791e7e1746addc.zip |
Add licenses
Diffstat (limited to 'net/libcmis')
-rw-r--r-- | net/libcmis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index 45c45a0bbf4b..2ab8e64db37e 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Client library for the CMIS interface +LICENSE= LGPL20 MPL GPLv2 +LICENSE_COMB= dual + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs |