2005-11-09 12:33:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdfwriter
|
2008-03-29 13:29:47 +01:00
|
|
|
PORTVERSION= 1.1.8
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= print rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2005-11-09 12:33:17 +01:00
|
|
|
DISTNAME= pdf-writer-${PORTVERSION}
|
|
|
|
|
2012-06-29 06:07:49 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2005-11-10 20:52:06 +01:00
|
|
|
COMMENT= A pure Ruby PDF document creation library
|
2005-11-09 12:33:17 +01:00
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \
|
2008-03-29 13:29:47 +01:00
|
|
|
rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple
|
2010-06-06 21:25:10 +02:00
|
|
|
|
|
|
|
GEM_NAME= ${DISTNAME}
|
2005-11-09 12:33:17 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:31:15 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/techbook
|
2008-03-29 13:29:47 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|