Files
bsdports/_unused/rubygem-rbpdf/Makefile
2019-12-26 07:26:06 +00:00

21 lines
464 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD:ruby/Makefile 449644 2017-09-11 13:16:44Z sunpoet $
PORTNAME= rbpdf
PORTVERSION= 1.19.3
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for creating ERB enabled PDF templates
RUN_DEPENDS= rubygem-htmlentities>=0:ruby/rubygem-htmlentities \
rubygem-rbpdf-font>=0:ruby/rubygem-rbpdf-font
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>