aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-newgem/Makefile
blob: c6ec3d3beeb8173d51258062bba76d088a175935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:	newgem
# Date created:				January 12, 2010
# Whom:					Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#

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

MAINTAINER=	ruby@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>