forked from Lainports/freebsd-ports
Origami is a Ruby framework designed to parse, analyze, and forge PDF documents. WWW: http://code.google.com/p/origami-pdf/
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= origami
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Ruby framework to parse analyze and forge PDF documents
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|