freebsd-ports/security/rubygem-origami/Makefile
2016-08-29 12:51:26 +00:00

21 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= origami
PORTVERSION= 2.0.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
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>