openbsd-ports/math/p5-Math-Fibonacci/Makefile
merdely 80ebc4ee70 Initial import of p5-Math-Fibonacci:
This module provides a few functions related to Fibonacci numbers.

ok simon@
2007-12-17 20:18:26 +00:00

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>