Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Algorithm-Munkres / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Algorithm-Munkres
5 PORTVERSION=    0.08
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     Algorithm
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl Extension for Munkres' Solution to Classical Assignment Problem
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 .include <bsd.port.mk>