mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
18 lines
350 B
Makefile
18 lines
350 B
Makefile
# $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>
|