svn commit: r435396 - head/databases/tinycdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 4 13:48:28 UTC 2017


Author: sunpoet
Date: Sat Mar  4 13:48:26 2017
New Revision: 435396
URL: https://svnweb.freebsd.org/changeset/ports/435396

Log:
  Add LICENSE

Modified:
  head/databases/tinycdb/Makefile

Modified: head/databases/tinycdb/Makefile
==============================================================================
--- head/databases/tinycdb/Makefile	Sat Mar  4 13:48:22 2017	(r435395)
+++ head/databases/tinycdb/Makefile	Sat Mar  4 13:48:26 2017	(r435396)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.corpit.ru/mjt/t
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Analogous to cdb, but faster
 
+LICENSE=	PD
+
 ALL_TARGET=	static sharedlib
 INSTALL_TARGET=	install install-sharedlib
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"


More information about the svn-ports-head mailing list