freebsd-ports/devel/rubygem-git/Makefile
2014-08-25 15:27:54 +00:00

18 lines
339 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= git
PORTVERSION= 1.2.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= 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>