22 lines
520 B
Makefile
22 lines
520 B
Makefile
PORTNAME= main
|
|
PORTVERSION= 6.3.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>
|