1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/print/rubygem-rbpdf/Makefile
2021-04-06 16:31:07 +02:00

23 lines
472 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
PORTNAME= rbpdf
PORTVERSION= 1.20.1
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library for creating ERB enabled PDF templates
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
RUN_DEPENDS= rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
rubygem-rbpdf-font>=1.19.0<1.20:print/rubygem-rbpdf-font
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>