blob: 53e7ba41d25aa1af9ba91d366cb71c6429e53bbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
LICENSE= MIT
RUN_DEPENDS= rubygem-prawn-core>=0.6.1:print/rubygem-prawn-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
.include <bsd.port.mk>
|