freebsd-ports/graphics/rubygem-ezprint/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

19 lines
369 B
Makefile

# 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= 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>