diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-08-29 12:51:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-08-29 12:51:26 +0000 |
commit | 8f05ea31f80abc3e162bc484d2a5b9fc7e047391 (patch) | |
tree | 581ddc9c909309b30332614501f6c4c68ab8a7d9 /security/rubygem-origami/Makefile | |
parent | 7cbf0d78411a7703b5c7fd5768559b34689c4023 (diff) | |
download | ports-8f05ea31f80abc3e162bc484d2a5b9fc7e047391.tar.gz ports-8f05ea31f80abc3e162bc484d2a5b9fc7e047391.zip |
Notes
Diffstat (limited to 'security/rubygem-origami/Makefile')
-rw-r--r-- | security/rubygem-origami/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/security/rubygem-origami/Makefile b/security/rubygem-origami/Makefile index c3124644ef33..254ad974bedf 100644 --- a/security/rubygem-origami/Makefile +++ b/security/rubygem-origami/Makefile @@ -1,28 +1,21 @@ # $FreeBSD$ PORTNAME= origami -PORTVERSION= 1.2.7 -PORTREVISION= 1 +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= 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= samples/actions/launch/calc.rb \ - samples/actions/launch/winparams.rb \ - samples/actions/named/named.rb \ - samples/actions/samba/smbrelay.rb \ - samples/actions/triggerevents/trigger.rb \ - samples/actions/webbug/webbug-browser.rb \ - samples/actions/webbug/webbug-js.rb \ - samples/actions/webbug/webbug-reader.rb \ - samples/digsig/signed.rb +USES= gem .include <bsd.port.mk> |