pkgsrc/www/ruby-httpclient/Makefile

18 lines
377 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.22 2017/03/20 15:51:33 taca Exp $
#
DISTNAME= httpclient-2.8.3
CATEGORIES= www
2015-03-15 20:57:40 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/nahi/httpclient
COMMENT= HTTP accessing library for Ruby
LICENSE= ruby-license
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"