freebsd-ports/devel/rubygem-ruport/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>