c20c09a7d0
https://github.com/nahi/httpclient/pull/447 Bump PKGREVISION.
18 lines
395 B
Makefile
18 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/10/01 15:31:26 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= httpclient-2.8.3
|
|
PKGREVISION= 1
|
|
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"
|