aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-git/Makefile
blob: c14c5aa6d7f7a01ebfd7edd8ef315fa07f9414be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    rubygem-git
# Date created:             2008-11-09
# Whom:                 Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$

PORTNAME=   git
PORTVERSION=    1.0.5
CATEGORIES= devel rubygems
MASTER_SITES=   RF
MASTER_SITE_SUBDIR= gems

MAINTAINER= daniel@roe.ch
COMMENT=    A ruby wrapper library around git(1)

RUN_DEPENDS=    git>=0:${PORTSDIR}/devel/git

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>