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

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

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

RUN_DEPENDS=    rubygem-pdfkit>=0.5.0:${PORTSDIR}/graphics/rubygem-pdfkit

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

NO_STAGE=   yes
.include <bsd.port.mk>