freebsd-ports/print/rubygem-prawn-js/Makefile
Sunpoet Po-Chuan Hsieh fa5761fc3b - Add LICENSE
- Reformat pkg-descr
- Update WWW
2015-05-24 18:57:57 +00:00

19 lines
355 B
Makefile

# $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:${PORTSDIR}/print/rubygem-prawn-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>