diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-15 16:59:19 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-15 16:59:19 +0000 |
commit | 20abeb677475a7af9404d9f99fe59df400984823 (patch) | |
tree | e3647963dc11c29bf9118c28d7995ff16782c4e5 /devel/rubygem-recursive-open-struct100/Makefile | |
parent | - Remove NO_ARCH: this port installs a shared library (diff) |
Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
Notes
Notes:
svn path=/head/; revision=461935
Diffstat (limited to 'devel/rubygem-recursive-open-struct100/Makefile')
-rw-r--r-- | devel/rubygem-recursive-open-struct100/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-recursive-open-struct100/Makefile b/devel/rubygem-recursive-open-struct100/Makefile new file mode 100644 index 000000000000..b6195f326010 --- /dev/null +++ b/devel/rubygem-recursive-open-struct100/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= recursive-open-struct +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 100 + +MAINTAINER= idefix@fechner.net +COMMENT= Allows nested hashes to be treated in a recursive fashion + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +PORTSCOUT= limit:^1\.0\.0 + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> |