3df280c5ad
Perl extension for calculating Phi and phi for Fibonacci numbers. ok simon@
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/17 20:19:10 merdely Exp $
|
|
|
|
COMMENT= calculates Phi and phi for Fibonacci numbers
|
|
|
|
DISTNAME= Math-Fibonacci-Phi-0.02
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::math/p5-Math-Fibonacci
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|