summaryrefslogtreecommitdiff
path: root/print/rubygem-prawn-flexible-table/Makefile
blob: badee96d1bc583a6fc94d661eb919bc682459c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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

NO_STAGE=	yes
.include <bsd.port.mk>