blob: 57449fa4272f2b66e2ebaed56d61948ee2cb2947 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile.version,v 1.7 2021/10/25 16:49:37 adam Exp $
# used by devel/p5-thrift/Makefile
# used by devel/py-thrift/Makefile
# used by devel/ruby-thrift/Makefile
# used by devel/thrift/Makefile.common
DISTNAME= thrift-0.15.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${PKGVERSION_NOREV}/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://thrift.apache.org/
LICENSE= apache-2.0
|