Makefile 335 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.13 2015/12/20 09:27:03 jasper Exp $
  2. COMMENT = color value conversion and modification
  3. DISTNAME = color-1.8
  4. CATEGORIES = graphics
  5. HOMEPAGE = https://github.com/halostatue/color
  6. # MIT
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = lang/ruby
  9. CONFIGURE_STYLE = ruby gem
  10. MODRUBY_TEST = rake
  11. .include <bsd.port.mk>