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

                     
                      
                                 
                  
 
                                
                                                                 
 
                   
                                     
 
                                                                 
                                                             
 
                   



                   
                      
# Created by: ijliao

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Beautiful graphing library for Ruby using RMagick

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

RUN_DEPENDS=	rubygem-histogram>=0:graphics/rubygem-histogram \
		rubygem-rmagick>=4.2:graphics/rubygem-rmagick

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>