diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-18 10:59:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-18 10:59:13 +0000 |
commit | 257ae7981ca47193808f151035ab909c43d74b51 (patch) | |
tree | a4894eec77dfd428d5e5b5b082fa83221a279ac1 /games/textmaze | |
parent | 87b7dc21a56a218d29531ce6666c44cec4bb8062 (diff) | |
download | ports-257ae7981ca47193808f151035ab909c43d74b51.tar.gz ports-257ae7981ca47193808f151035ab909c43d74b51.zip |
Notes
Diffstat (limited to 'games/textmaze')
-rw-r--r-- | games/textmaze/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 528457d9cbf4..763116c67d40 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -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 |