svn commit: r469722 - head/converters/base64

Kirill Ponomarev krion at FreeBSD.org
Sat May 12 10:10:03 UTC 2018


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 at 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 at 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 \


More information about the svn-ports-all mailing list