ab677d0a6d
exists. With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
31 lines
848 B
Makefile
31 lines
848 B
Makefile
# Ports collection makefile for: newgem
|
|
# Date created: January 12, 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= newgem
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Bundle ruby libraries into gems
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=2.3.4:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-rubigen>=1.5.3:${PORTSDIR}/devel/rubygem-rubigen \
|
|
rubygem-hoe>=2.4.0:${PORTSDIR}/devel/rubygem-hoe \
|
|
rubygem-redcloth>=4.0.0:${PORTSDIR}/www/rubygem-redcloth \
|
|
rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax \
|
|
rubygem-rubigen>=1.5.3:${PORTSDIR}/devel/rubygem-rubigen
|
|
|
|
BROKEN= Depends on broken devel/rubygem-rubigen
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/newgem
|
|
|
|
.include <bsd.port.mk>
|