21 lines
367 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:58 sthen Exp $
COMMENT = ruby library wrapping calls to git CLI
DISTNAME = git-1.2.5
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/schacon/ruby-git
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>