mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|