aboutsummaryrefslogblamecommitdiff
path: root/graphics/rubygem-gruff/Makefile
blob: 02d29c1cceceb05a0dca476e74f0182c32cdf50b (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                      
                                 
                  
 
                                
                                                                 
                                                 
 
                   
                                     
 


                                                                 
 
                   


                   
                      
PORTNAME=	gruff
PORTVERSION=	0.25.0
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Beautiful graphing library for Ruby using RMagick
WWW=		https://github.com/topfunky/gruff

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-bigdecimal>=3.0:math/rubygem-bigdecimal \
		rubygem-histogram>=0:graphics/rubygem-histogram \
		rubygem-rmagick>=5.5:graphics/rubygem-rmagick

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>