24 lines
543 B
Makefile
24 lines
543 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= main
|
|
PORTVERSION= 6.2.3
|
|
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<5:devel/rubygem-arrayfields \
|
|
rubygem-chronic>=0.6.2<1:devel/rubygem-chronic \
|
|
rubygem-fattr>=2.2.0<3:devel/rubygem-fattr \
|
|
rubygem-map>=6.1.0<7:devel/rubygem-map
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|