aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-git/Makefile
blob: d0955b9a7663c0870e876d10c3145fdcf84a54c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$

PORTNAME=   git
PORTVERSION=    1.2.9.1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby wrapper library around git(1)

LICENSE=    MIT

RUN_DEPENDS=    git>=1.6:devel/git

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>