openbsd-ports/math/p5-Math-Fibonacci-Phi/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

19 lines
330 B
Makefile

# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:48 naddy Exp $
COMMENT= calculates Phi and phi for Fibonacci numbers
DISTNAME= Math-Fibonacci-Phi-0.02
REVISION= 1
CATEGORIES= math
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= math/p5-Math-Fibonacci
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>