diff options
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> |