mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
464 B
Makefile
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>
|