ports/math/p5-Math-Fibonacci-Phi/Makefile

17 lines
264 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= calculates Phi and phi for Fibonacci numbers
DISTNAME= Math-Fibonacci-Phi-0.02
REVISION= 2
CATEGORIES= math
# Perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= math/p5-Math-Fibonacci
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>