ruby-hub enhances various git commands to ease most common workflows with GitHub. ok aja@
20 lines
326 B
Makefile
20 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/14 17:09:01 jasper Exp $
|
|
|
|
COMMENT = git commandline wrapper for GitHub
|
|
|
|
DISTNAME = hub-1.11.1
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://hub.github.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
RUN_DEPENDS = devel/git
|
|
|
|
.include <bsd.port.mk>
|