forked from Lainports/freebsd-ports
A template plugin allowing the inclusion of ERB-enabled RBPDF template files. WWW: https://github.com/naitoh/rbpdf PR: 198604 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: mentors (implicit)
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rbpdf
|
|
PORTVERSION= 1.18.5
|
|
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
|
|
|
|
USES= dos2unix
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|