freebsd-ports/devel/rubygem-main/Makefile
Philip M. Gollucci d3ad0abb60 RF -> RG Conversion (Part II)
PR:             ports/147844
Submitted by:   pgollucci (myself)
Reviewed by:    portmgr (flz)
Discussed with: portmgr (pav)
Tested by:      make checksum

Feature safe:   yes
2010-06-23 18:42:12 +00:00

23 lines
533 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
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= wen@FreeBSD.org
COMMENT= A Class Factory and Dsl for Generating Command Line Programs
RUN_DEPENDS= rubygem-fattr>=1.0.3:${PORTSDIR}/devel/rubygem-fattr \
rubygem-arrayfields>=4.5.0:${PORTSDIR}/devel/rubygem-arrayfields
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>