aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-prawn-flexible-table/Makefile
blob: e59357ff28519cab6547fb80ba78f2d8db96cf64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	prawn-flexible-table
PORTVERSION=	0.1.2
PORTREVISION=	1
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Create tables with *span attributes for each cell with Prawn
WWW=		https://github.com/blaxter/prawn-flexible-table

LICENSE=	GPLv2 RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>