Makefile 357 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.10 2016/11/02 17:04:24 jeremy Exp $
  2. COMMENT= easy email delivery and testing for ruby
  3. DISTNAME= mail-2.6.4
  4. CATEGORIES= mail
  5. # MIT License
  6. PERMIT_PACKAGE_CDROM= Yes
  7. MODULES= lang/ruby
  8. BUILD_DEPENDS= ${RUN_DEPENDS}
  9. RUN_DEPENDS= mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16,<4.0
  10. CONFIGURE_STYLE=ruby gem
  11. .include <bsd.port.mk>