diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:52:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:52:18 +0800 |
commit | abb32dc28f56d50f298c123d637cb9f79ac38142 (patch) | |
tree | 0283f2dcb950ad48fc4d2e6c806d34d0afef3dac /games | |
parent | 508675579340f5401e68f03c39d6fac8c6119f06 (diff) | |
download | freebsd-ports-gnome-abb32dc28f56d50f298c123d637cb9f79ac38142.tar.gz freebsd-ports-gnome-abb32dc28f56d50f298c123d637cb9f79ac38142.tar.zst freebsd-ports-gnome-abb32dc28f56d50f298c123d637cb9f79ac38142.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189349
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Algorithm-Pair-Swiss/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/p5-Algorithm-Pair-Swiss/Makefile b/games/p5-Algorithm-Pair-Swiss/Makefile index c5655a97bca7..6a27ffa04e56 100644 --- a/games/p5-Algorithm-Pair-Swiss/Makefile +++ b/games/p5-Algorithm-Pair-Swiss/Makefile @@ -7,9 +7,12 @@ CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Generate unique pairings for tournaments +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 |