blob: bb56231de9c9b1acc2cb2cacae1b4c2f1e40b02d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Algorithm-Pair-Swiss
PORTVERSION= 0.14
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate unique pairings for tournaments
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
MAN3= Algorithm::Pair::Swiss.3
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|