80ebc4ee70
This module provides a few functions related to Fibonacci numbers. ok simon@
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/17 20:18:26 merdely Exp $
|
|
|
|
COMMENT= Fibonacci numbers
|
|
|
|
DISTNAME= Math-Fibonacci-1.5
|
|
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
|
|
|
|
.include <bsd.port.mk>
|