Makefile 477 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:44 naddy Exp $
  2. COMMENT = visualize your data in SVG format
  3. DISTNAME = SVG-Graph-0.02
  4. CATEGORIES = graphics
  5. REVISION = 1
  6. # Artistic License 2.0
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = cpan
  9. PKG_ARCH = *
  10. RUN_DEPENDS = devel/p5-Tree-DAG_Node \
  11. graphics/p5-SVG \
  12. math/p5-Math-Derivative \
  13. math/p5-Math-Spline \
  14. math/p5-Statistics-Descriptive \
  15. MODCPAN_EXAMPLES= Yes
  16. MODCPAN_EXAMPLES_DIST= eg
  17. .include <bsd.port.mk>