2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:54 espie Exp $
|
2008-11-24 04:44:59 -05:00
|
|
|
|
|
|
|
COMMENT = lightweight and user friendly HTTP client library for Ruby
|
|
|
|
|
|
|
|
DISTNAME = thin_http-0.1.1
|
2010-11-08 18:28:53 -05:00
|
|
|
REVISION = 1
|
2008-11-24 04:44:59 -05:00
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
MAINTAINER = Clint Pachl <pachl@ecentryx.com>
|
|
|
|
|
|
|
|
# Ruby license
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
HOMEPAGE = http://thinhttp.rubyforge.org/
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS = mail/ruby-mime,${FLAVOR}
|
2008-11-24 04:44:59 -05:00
|
|
|
|
|
|
|
do-regress:
|
|
|
|
@cd ${WRKBUILD}/test && ${SUDO} ${RUBY} -I../lib -rubygems \
|
|
|
|
-e 'ARGV.each { |f| load f unless f == "test_helper.rb" }' *.rb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|