2017-01-22 14:38:15 +00:00

25 lines
546 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= main
PORTVERSION= 6.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Class Factory and Dsl for Generating Command Line Programs
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-arrayfields>=4.7.4:devel/rubygem-arrayfields \
rubygem-chronic>=0.6.2:devel/rubygem-chronic \
rubygem-fattr>=2.2.0:devel/rubygem-fattr \
rubygem-map>=6.1.0:devel/rubygem-map
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>