21 lines
434 B
Makefile
21 lines
434 B
Makefile
# Ports collection makefile for: rubygem-ezprint
|
|
# Date created: 2011-06-16
|
|
# Whom: rpsfa@rit.edu
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ezprint
|
|
PORTVERSION= 0.3.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
|
|
|
|
.include <bsd.port.mk>
|