mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.20 2016/01/03 08:12:11 taca Exp $
|
|
#
|
|
|
|
DISTNAME= httpclient-2.7.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"
|