2004-08-27 11:32:45 +02:00
|
|
|
# New ports collection makefile for: AI::Pathfinding::AStar
|
|
|
|
# Date created: 26 August 2004
|
|
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AI-Pathfinding-AStar
|
2007-06-17 22:11:50 +02:00
|
|
|
PORTVERSION= 0.10
|
2004-08-27 11:32:45 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-27 11:32:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-27 11:32:45 +02:00
|
|
|
COMMENT= Perl implementation of the A* pathfinding algorithm
|
|
|
|
|
2007-06-17 02:27:02 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Heap/Binomial.pm:${PORTSDIR}/devel/p5-Heap
|
2004-08-27 11:32:45 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= AI::Pathfinding::AStar.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|