freebsd-ports/devel/rubygem-main/Makefile
Philip M. Gollucci 6cc7f9196c - Fix dependency versions based on rubygems.org
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 00:15:16 +00:00

24 lines
550 B
Makefile

# New ports collection makefile for: rubygem-main
# Date created: 07, Nov 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= main
PORTVERSION= 4.2.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Class Factory and Dsl for Generating Command Line Programs
RUN_DEPENDS= rubygem-fattr>=2.1.0:${PORTSDIR}/devel/rubygem-fattr \
rubygem-arrayfields>=4.7.4:${PORTSDIR}/devel/rubygem-arrayfields
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>