summaryrefslogtreecommitdiff
path: root/www/ruby-httpclient/Makefile
blob: 419fe60b5b969182f09e94beca691219b577e88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.22 2017/03/20 15:51:33 taca Exp $
#

DISTNAME=	httpclient-2.8.3
CATEGORIES=	www

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"