diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:52:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:52:14 +0800 |
commit | 508675579340f5401e68f03c39d6fac8c6119f06 (patch) | |
tree | e4bc3b801539d2f53d547f0a4ecf22db5646527e /games | |
parent | 56bb3327c85278c6ca8806ebea9fb220b5a10e7a (diff) | |
download | freebsd-ports-gnome-508675579340f5401e68f03c39d6fac8c6119f06.tar.gz freebsd-ports-gnome-508675579340f5401e68f03c39d6fac8c6119f06.tar.zst freebsd-ports-gnome-508675579340f5401e68f03c39d6fac8c6119f06.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189348
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-GuessWord/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/p5-Games-GuessWord/Makefile b/games/p5-Games-GuessWord/Makefile index 727c52cb9eb1..da984ac1eedb 100644 --- a/games/p5-Games-GuessWord/Makefile +++ b/games/p5-Games-GuessWord/Makefile @@ -7,9 +7,12 @@ CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Guess the letters in a word (ie Hangman) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |