freebsd-ports/math/p5-Math-RPN/Makefile

21 lines
391 B
Makefile

# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD$
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>