diff options
| author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-17 22:21:07 +0000 |
|---|---|---|
| committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-17 22:21:07 +0000 |
| commit | 6fe64890abfa6f9ef183931d4aad7d5a41a817f8 (patch) | |
| tree | ecda9a53f6fce9bbba49b216e5e7aa03fb6056d5 /math/ruby-numru_misc/Makefile | |
| parent | a6da70c8c11c7c4b04cf0d9298819929c0ea8694 (diff) | |
Notes
Diffstat (limited to 'math/ruby-numru_misc/Makefile')
| -rw-r--r-- | math/ruby-numru_misc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index 44baf91a8de3..ea14f759bfb8 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -6,13 +6,18 @@ # PORTNAME= numru_misc -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= math ruby -MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-misc/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-misc/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/numru-misc/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/numru-misc/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-misc-${PORTVERSION} DIST_SUBDIR= ruby +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + MAINTAINER= murashin@gfd-dennou.org COMMENT= Collection of misc functions and classes to facilitate programming @@ -22,7 +27,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ USE_RUBY= yes NO_BUILD= yes -DOCS= ChangeLog doc/* +DOCS= ChangeLog LICENSE.txt doc/* do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb |
