Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2018 10:10:02 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469722 - head/converters/base64
Message-ID:  <201805121010.w4CAA2lU062950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sat May 12 10:10:02 2018
New Revision: 469722
URL: https://svnweb.freebsd.org/changeset/ports/469722

Log:
  Add LICENSE and LICENSE_FILE
  
  PR:		228175
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

Modified:
  head/converters/base64/Makefile

Modified: head/converters/base64/Makefile
==============================================================================
--- head/converters/base64/Makefile	Sat May 12 10:04:38 2018	(r469721)
+++ head/converters/base64/Makefile	Sat May 12 10:10:02 2018	(r469722)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/
 MAINTAINER=	nikola.lecic@anthesphoria.net
 COMMENT=	Utility to encode and decode base64 files
 
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 ALL_TARGET=	prog
 PLIST_FILES=	bin/base64 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805121010.w4CAA2lU062950>