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

20 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/10/11 23:50:07 naddy 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
RUN_DEPENDS= math/p5-Math-Fibonacci
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>