16 lines
264 B
Makefile
16 lines
264 B
Makefile
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>
|