freebsd-ports/print/rubygem-pdfwriter/Makefile

23 lines
490 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pdfwriter
PORTVERSION= 1.1.8
CATEGORIES= print rubygems
MASTER_SITES= RG
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
RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \
rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/techbook
.include <bsd.port.mk>