mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= main
|
|
PORTVERSION= 5.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A Class Factory and Dsl for Generating Command Line Programs
|
|
|
|
RUN_DEPENDS= rubygem-fattr>=2.2.0:${PORTSDIR}/devel/rubygem-fattr \
|
|
rubygem-arrayfields>=4.7.4:${PORTSDIR}/devel/rubygem-arrayfields \
|
|
rubygem-chronic>=0.6.2:${PORTSDIR}/devel/rubygem-chronic \
|
|
rubygem-map>=5.1.0:${PORTSDIR}/devel/rubygem-map
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|