d7d1de73b5
to create tables with rowspan and colspan attributes for each cell WWW: https://github.com/blaxter/prawn-flexible-table
21 lines
505 B
Makefile
21 lines
505 B
Makefile
# Ports collection makefile for: rubygem-prawn-flexible-table
|
|
# Date created: December 16, 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn-flexible-table
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create tables with *span attributes for each cell with Prawn
|
|
|
|
RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|