522537b40c
PR: ports/142599 Approved by: daniel@roe.ch (maintainer) Submitted by: myself (pgollucci@)
22 lines
438 B
Makefile
22 lines
438 B
Makefile
# Ports collection makefile for: rubygem-git
|
|
# Date created: 2008-11-09
|
|
# Whom: Daniel Roethlisberger <daniel@roe.ch>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= git
|
|
PORTVERSION= 1.2.2
|
|
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>
|