freebsd-ports/devel/rubygem-newgem/Makefile
Philip M. Gollucci ab677d0a6d - Mark broken b/c of BROKEN dependency on activerecord 2.x which no longer
exists.

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 02:50:10 +00:00

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>