Files
pkgsrc-ng/www/ruby-httpclient/Makefile
2013-09-26 17:14:40 +02:00

21 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/02/24 13:39:53 obache Exp $
#
DISTNAME= httpclient-2.3.3
CATEGORIES= www
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://github.com/nahi/httpclient
COMMENT= HTTP accessing library for Ruby
LICENSE= ruby-license
USE_LANGUAGES= # none
# OK with ruby-1.9 buitin one, but not with ruby18's one.
RUBY_RDOC_REQD= 2.5.8
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"