blob: 1904cde48829ad66a86dbd7a859eb4651cab384e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= main
PORTVERSION= 6.2.0
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:${PORTSDIR}/devel/rubygem-arrayfields \
rubygem-chronic>=0.6.2:${PORTSDIR}/devel/rubygem-chronic \
rubygem-fattr>=2.2.0:${PORTSDIR}/devel/rubygem-fattr \
rubygem-map>=5.1.0:${PORTSDIR}/devel/rubygem-map
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|