freebsd-ports/security/rubygem-origami/Makefile

22 lines
374 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= origami
2016-08-29 14:51:26 +02:00
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby framework to parse analyze and forge PDF documents
2016-08-29 14:51:26 +02:00
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize
NO_ARCH= yes
USE_RUBY= yes
2016-08-29 14:51:26 +02:00
USES= gem
.include <bsd.port.mk>