20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: rpsfa@rit.edu
|
|
|
|
PORTNAME= ezprint
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rails wrapper for the PDFKit library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-pdfkit>=0.8.0:graphics/rubygem-pdfkit
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|