2008-11-10 00:01:24 +01:00
|
|
|
# Ports collection makefile for: rubygem-grit
|
|
|
|
# Date created: 2008-11-05
|
|
|
|
# Whom: Daniel Roethlisberger <daniel@roe.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= grit
|
2009-04-04 19:44:20 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2008-11-10 00:01:24 +01:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RF/gems
|
|
|
|
|
|
|
|
MAINTAINER= daniel@roe.ch
|
|
|
|
COMMENT= An object-oriented ruby library to access git repositories
|
|
|
|
|
2009-04-04 19:44:20 +02:00
|
|
|
BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
|
|
|
|
rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types
|
2008-11-10 00:01:24 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 20:08:58 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-11-10 00:01:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|