freebsd-ports/devel/rubygem-git/Makefile
Philip M. Gollucci bc03b273ca RF -> RG Conversion (Part III)
With Hat:       ruby@
Tested by:      make checksum
2010-09-09 19:12:56 +00:00

21 lines
416 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.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
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>