diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-10-23 04:50:29 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-10-23 04:50:29 +0000 |
commit | 7a2535a5a5b391a6c855e70c830316ee2812e87f (patch) | |
tree | 66191faf95b3a3152f7f922d991cf41f72820430 /devel/rubygem-recursive-open-struct/Makefile | |
parent | Update to 0.12.0 which is required for gitlab-ce 13.5. (diff) |
Update to 1.1.3 which is required for gitlab-ce 13.5.
Notes
Notes:
svn path=/head/; revision=553074
Diffstat (limited to 'devel/rubygem-recursive-open-struct/Makefile')
-rw-r--r-- | devel/rubygem-recursive-open-struct/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/rubygem-recursive-open-struct/Makefile b/devel/rubygem-recursive-open-struct/Makefile index bee1e1e0af9c..40b0050bb0a5 100644 --- a/devel/rubygem-recursive-open-struct/Makefile +++ b/devel/rubygem-recursive-open-struct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recursive-open-struct -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,9 @@ COMMENT= Allows nested hashes to be treated in a recursive fashion LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |