From 94817f078473a40920b4a61d9d46edf052f3c1c9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 12 Jan 2016 14:33:21 +0000 Subject: Add Public Domain support to ports license framework. You can now use LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 --- databases/tcl-sqlite3/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'databases/tcl-sqlite3') diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 30fd712d19ff..1615bfd0eaf0 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -10,10 +10,7 @@ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -- cgit v1.2.3