aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-ezprint/Makefile
blob: 4ba78b4ef1401d0057c7fb0fd9ec2c4e903fe2ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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:${PORTSDIR}/graphics/rubygem-pdfkit

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>