Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 10:59:13 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428843 - head/games/textmaze
Message-ID:  <201612181059.uBIAxDdK020058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Dec 18 10:59:13 2016
New Revision: 428843
URL: https://svnweb.freebsd.org/changeset/ports/428843

Log:
  Add license

Modified:
  head/games/textmaze/Makefile

Modified: head/games/textmaze/Makefile
==============================================================================
--- head/games/textmaze/Makefile	Sun Dec 18 10:06:33 2016	(r428842)
+++ head/games/textmaze/Makefile	Sun Dec 18 10:59:13 2016	(r428843)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}_v${PORTVERSION}
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Generates mazes on a text terminal and lets you traverse them
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/gpl.txt
+
 RUN_DEPENDS=	p5-Curses>=0:devel/p5-Curses
 
 USES=		shebangfix perl5



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