23 lines
485 B
Makefile
23 lines
485 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|
|
|
RUN_DEPENDS= rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
|
|
rubygem-rbpdf-font>=${PORTVERSION:R}:print/rubygem-rbpdf-font
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|