21 lines
384 B
Makefile
21 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:23:55 espie Exp $
|
|
|
|
COMMENT= calculates Phi and phi for Fibonacci numbers
|
|
|
|
DISTNAME= Math-Fibonacci-Phi-0.02
|
|
REVISION= 0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= math/p5-Math-Fibonacci
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|