Tweak devel/racer version 2.1.31
[dports.git] / devel / rubygem-git / Makefile
1 # Created by: Daniel Roethlisberger <daniel@roe.ch>
2 # $FreeBSD$
3
4 PORTNAME=       git
5 PORTVERSION=    1.5.0
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Ruby wrapper library around git(1)
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 RUN_DEPENDS=    git>=1.6:devel/git
16
17 NO_ARCH=        yes
18 USE_RUBY=       yes
19 USES=           gem
20
21 .include <bsd.port.mk>