Tweak audio/festvox-ked8 version 1.4.0_1
[dports.git] / math / p5-Math-RPN / Makefile
1 # Created by: Kevin Lo <kevlo@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Math-RPN
5 PORTVERSION=    1.11
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     kevlo@FreeBSD.org
12 COMMENT=        Reverse polish math expression evaluation
13
14 TEST_DEPENDS=   p5-Test-Warn>=0:devel/p5-Test-Warn
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>