freebsd-ports/security/rubygem-origami/Makefile
2017-06-24 21:14:23 +00:00

22 lines
416 B
Makefile

# $FreeBSD$
PORTNAME= origami
PORTVERSION= 2.0.3
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
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= examples/*/*.rb
.include <bsd.port.mk>