aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-prawn-js/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-17 03:47:54 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-17 03:47:54 +0000
commit9e522c635ae8f9238ac235c186d025d7ff03c2f7 (patch)
tree4e34dca55e348586b4efe820f573f3c6f1ceef0f /print/rubygem-prawn-js/Makefile
parent2fae617857e48dabb6ab5fa1f7ba604c409366f6 (diff)
downloadports-9e522c635ae8f9238ac235c186d025d7ff03c2f7.tar.gz
ports-9e522c635ae8f9238ac235c186d025d7ff03c2f7.zip
A small extension to prawn that simplifies embedding JavaScript in your PDF files
Notes
Notes: svn path=/head/; revision=266471
Diffstat (limited to 'print/rubygem-prawn-js/Makefile')
-rw-r--r--print/rubygem-prawn-js/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile
new file mode 100644
index 000000000000..d0e20846c6a2
--- /dev/null
+++ b/print/rubygem-prawn-js/Makefile
@@ -0,0 +1,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>