blob: b788c818bb2dc228e419b610748b560afa784cd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= origami
PORTVERSION= 2.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby framework to parse analyze and forge PDF documents
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize
NO_ARCH= yes
USES= gem shebangfix
SHEBANG_FILES= examples/*/*.rb
USE_RUBY= yes
.include <bsd.port.mk>
|