svn commit: r428843 - head/games/textmaze

Emanuel Haupt ehaupt at FreeBSD.org
Sun Dec 18 10:59:14 UTC 2016


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


More information about the svn-ports-head mailing list