openbsd-ports/devel/ruby-git/Makefile
2013-03-11 10:50:00 +00:00

21 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:29 espie Exp $
COMMENT = ruby library wrapping calls to git CLI
DISTNAME = git-1.2.5
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/schacon/ruby-git
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>