drop maintainer per request

This commit is contained in:
sthen 2021-06-24 13:24:52 +00:00
parent 62a8c4af88
commit 62ba6a5256

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.19 2020/12/30 22:30:43 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2021/06/24 13:24:52 sthen Exp $
COMMENT = c++ commandline flags processing library
GH_ACCOUNT = gflags
GH_PROJECT = gflags
GH_TAGNAME = v2.2.2
REVISION = 0
SHARED_LIBS += gflags 1.0 # .0.0
SHARED_LIBS += gflags_nothreads 1.0 # .0.0
@ -16,8 +17,6 @@ HOMEPAGE = https://gflags.github.io/gflags/
# New BSD
PERMIT_PACKAGE = Yes
MAINTAINER = Ashton Fagg <ashton@fagg.id.au>
WANTLIB += ${COMPILER_LIBCXX} m
COMPILER = base-clang ports-gcc base-gcc