dbe98fc559
Update ruby-http-parser package to 1.2.3. No release note nor changelog, here is summry from commit log. 1.2.3 (2021-01-11) * Remove x86 assumption for macs now they can also be arm64 1.2.2 (2020-11-16) * Fix Ruby 2.7 syntax warning.
17 lines
459 B
Makefile
17 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/01/16 12:58:10 taca Exp $
|
|
|
|
DISTNAME= http-parser-1.2.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/cotag/http-parser
|
|
COMMENT= Ruby bindings to joyent/http-parser
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi-compiler>=1.0:../../devel/ruby-ffi-compiler
|
|
|
|
GEM_CLEANBUILD= ext/*.o
|
|
|
|
.include "../../www/http-parser/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|