# New ports collection makefile for:	p5-Math-RPN
# Date created:		1 June 2010
# Whom:			Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD: math/p5-Math-RPN/Makefile 321187 2013-06-18 13:49:02Z az $
#

PORTNAME=	Math-RPN
PORTVERSION=	1.11
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	Reverse polish math expression evaluation

TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn

PERL_CONFIGURE=	yes

MAN3=		Math::RPN.3

.include <bsd.port.mk>
