aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rubigen/Makefile
blob: be69d13b3d3d30d751391f2d7978fbfc211ac87d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:    rubygem-rubigen
# Date created:             8 October 2008
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   rubigen
PORTVERSION=    1.5.2
CATEGORIES= devel rubygems
MASTER_SITES=   RF

MAINTAINER= clsung@FreeBSD.org
COMMENT=    A Ruby generic generator framework

BUILD_DEPENDS=  rubygem-activesupport>=2.2.2:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>