diff options
-rw-r--r-- | devel/p5-AI-Pathfinding-AStar/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-AI-Pathfinding-AStar/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-AI-Pathfinding-AStar/Makefile b/devel/p5-AI-Pathfinding-AStar/Makefile index 689f68cc0e8f..8b69d5b9ca0a 100644 --- a/devel/p5-AI-Pathfinding-AStar/Makefile +++ b/devel/p5-AI-Pathfinding-AStar/Makefile @@ -6,16 +6,16 @@ # PORTNAME= AI-Pathfinding-AStar -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= AI PKGNAMEPREFIX= p5- -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Perl implementation of the A* pathfinding algorithm -BUILD_DEPENDS= ${SITE_PERL}/Heap/Simple.pm:${PORTSDIR}/devel/p5-Heap-Simple +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Heap/Simple/XS.pm:${PORTSDIR}/devel/p5-Heap-Simple-XS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AI-Pathfinding-AStar/distinfo b/devel/p5-AI-Pathfinding-AStar/distinfo index 4128ee86b3bf..b758c5c0637e 100644 --- a/devel/p5-AI-Pathfinding-AStar/distinfo +++ b/devel/p5-AI-Pathfinding-AStar/distinfo @@ -1,2 +1,2 @@ -MD5 (AI-Pathfinding-AStar-0.03.tar.gz) = 3ec6708bd1caaa55cb9f8839289d43e8 -SIZE (AI-Pathfinding-AStar-0.03.tar.gz) = 4985 +MD5 (AI-Pathfinding-AStar-0.04.tar.gz) = 3ef384e3b593c72c4889af266f2c42ce +SIZE (AI-Pathfinding-AStar-0.04.tar.gz) = 5149 |