diff options
Diffstat (limited to 'math/rubygem-numru-misc/Makefile')
-rw-r--r-- | math/rubygem-numru-misc/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/rubygem-numru-misc/Makefile b/math/rubygem-numru-misc/Makefile new file mode 100644 index 000000000000..ac44e2c8a7f5 --- /dev/null +++ b/math/rubygem-numru-misc/Makefile @@ -0,0 +1,20 @@ +# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> +# $FreeBSD$ + +PORTNAME= numru-misc +PORTVERSION= 0.1.1 +CATEGORIES= math rubygems +MASTER_SITES= RG + +MAINTAINER= murashin@gfd-dennou.org +COMMENT= Miscellaneous functions and classes to help Ruby programming + +RUN_DEPENDS= rubygem-narray>0:${PORTSDIR}/math/rubygem-narray \ + rubygem-narray_miss>0:${PORTSDIR}/math/rubygem-narray_miss + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |