blob: d0e20846c6a262ddb1e4e0e2f6b5c239cfca92ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-prawn-js
# Date created: December 16, 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= prawn-js
PORTVERSION= 0.7.1
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simplifies embedding JavaScript in your PDF files
RUN_DEPENDS= rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|