4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruport
|
|
PORTVERSION= 1.6.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Reports (Ruport) is an extensible reporting system
|
|
|
|
LICENSE= GPLv2 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-fastercsv>=0:devel/rubygem-fastercsv \
|
|
rubygem-pdf-writer>=1.1.8:print/rubygem-pdf-writer
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|