# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD: math/p5-Math-RPN/Makefile 327746 2013-09-20 20:55:04Z bapt $

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

USES=		perl5
USE_PERL5=	configure

MAN3=		Math::RPN.3

NO_STAGE=	yes
.include <bsd.port.mk>
