blob: bd1a9d8bb6955ca76ee690948596594cc492ca47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= main
PORTVERSION= 6.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Class Factory and Dsl for Generating Command Line Programs
WWW= https://github.com/ahoward/main
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-arrayfields>=4.9.2<5:devel/rubygem-arrayfields \
rubygem-chronic>=0.10.2<1:devel/rubygem-chronic \
rubygem-fattr>=2.4.0<3:devel/rubygem-fattr \
rubygem-map>=6.6.0<7:devel/rubygem-map
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|