# Ports collection makefile for:	newgem
# Date created:				January 12, 2010
# Whom:					Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD: ports/devel/rubygem-newgem/Makefile,v 1.2 2010/01/18 04:40:37 pgollucci Exp $
#

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

MAINTAINER=	pgollucci@FreeBSD.org
COMMENT=	Bundle ruby libraries into gems

BUILD_DEPENDS=	rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport \
  rubygem-rubigen>=1.5.1:${PORTSDIR}/devel/rubygem-rubigen \
  rubygem-hoe>=1.8.0:${PORTSDIR}/devel/rubygem-hoe \
  rubygem-redcloth>=4.0.0:${PORTSDIR}/www/rubygem-redcloth \
  rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax
RUN_DEPENDS=	${BUILD_DEPENDS}

PLIST_FILES=	bin/newgem

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
