14 lines
165 B
Makefile
14 lines
165 B
Makefile
|
COMMENT= Fibonacci numbers
|
||
|
|
||
|
DISTNAME= Math-Fibonacci-1.5
|
||
|
REVISION= 2
|
||
|
CATEGORIES= math
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.include <bsd.port.mk>
|