Makefile 330 B

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