opnsense-ports/graphics/rubygem-ezprint/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
355 B
Makefile

# 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:graphics/rubygem-pdfkit
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>