508923f461
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:40 rillig Exp $
|
|
|
|
DISTNAME= thrift_client-0.7.1
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://thrift.apache.org/
|
|
COMMENT= Thrift client wrapper for Ruby
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
|
|
|
|
.include "../../devel/libthrift/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|