aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-ezprint/Makefile
blob: 69635a31b88ab4757e6d71f96676430cfd1fb293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: rpsfa@rit.edu
# $FreeBSD$

PORTNAME=   ezprint
PORTVERSION=    1.0.0
PORTREVISION=   2
CATEGORIES= graphics rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Rails wrapper for the PDFKit library

LICENSE=    MIT

RUN_DEPENDS=    rubygem-pdfkit>=0.5.0:graphics/rubygem-pdfkit

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>