Makefile 620 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.11 2013/10/26 23:55:38 jeremy Exp $
  2. COMMENT = lightweight and user friendly HTTP client library for Ruby
  3. DISTNAME = thin_http-0.1.1
  4. REVISION = 6
  5. CATEGORIES = www
  6. MAINTAINER = Clint Pachl <pachl@ecentryx.com>
  7. # Ruby license
  8. PERMIT_PACKAGE_CDROM = Yes
  9. HOMEPAGE = http://thinhttp.rubyforge.org/
  10. MODULES = lang/ruby
  11. CONFIGURE_STYLE = ruby gem
  12. BUILD_DEPENDS = ${RUN_DEPENDS}
  13. RUN_DEPENDS = mail/ruby-mime,${MODRUBY_FLAVOR}
  14. do-test:
  15. @cd ${WRKBUILD}/test && ${SUDO} ${RUBY} -I../lib -rubygems \
  16. -e 'ARGV.each { |f| load f unless f == "test_helper.rb" }' *.rb
  17. .include <bsd.port.mk>