19 lines
396 B
Makefile
19 lines
396 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Algorithm-Pair-Best
|
|
PORTVERSION= 1.036
|
|
CATEGORIES= games perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module to generate tournament pairings
|
|
|
|
DEPRECATED= Use games/p5-Algorithm-Pair-Best2 instead
|
|
EXPIRATION_DATE=2014-03-23
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|