freebsd-ports/graphics/rubygem-ezprint/Makefile
Ryan Steinmetz 2e9c7a4603 Update to 0.3.1
Approved by:	wxs (mentor)
2011-07-22 00:48:21 +00:00

21 lines
432 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= zi@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>