2006-06-13 02:00:22 +02:00
|
|
|
# New ports collection makefile for: p5-Algorithm-Pair-Best
|
|
|
|
# Date created: 12 Jun 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Pair-Best
|
2011-11-23 18:13:39 +01:00
|
|
|
PORTVERSION= 1.036
|
2006-06-13 02:00:22 +02:00
|
|
|
CATEGORIES= games perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-13 02:00:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-13 02:00:22 +02:00
|
|
|
COMMENT= Perl module to generate tournament pairings
|
|
|
|
|
2011-11-23 18:13:39 +01:00
|
|
|
DEPRECATED= Use games/p5-Algorithm-Pair-Best2 instead
|
2006-06-13 02:00:22 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-13 02:00:22 +02:00
|
|
|
|
2011-11-23 18:13:39 +01:00
|
|
|
MAN3= Algorithm::Pair::Best.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|