Lines 6-18
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= numru_misc |
8 |
PORTNAME= numru_misc |
9 |
PORTVERSION= 0.1.0 |
9 |
PORTVERSION= 0.1.1 |
10 |
CATEGORIES= math ruby |
10 |
CATEGORIES= math ruby |
11 |
MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-misc/ |
11 |
MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-misc/release/ \ |
|
|
12 |
http://dennou-h.gfd-dennou.org/library/ruby/products/numru-misc/release/ \ |
13 |
http://dennou-q.gfd-dennou.org/library/ruby/products/numru-misc/release/ |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
14 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
13 |
DISTNAME= numru-misc-${PORTVERSION} |
15 |
DISTNAME= numru-misc-${PORTVERSION} |
14 |
DIST_SUBDIR= ruby |
16 |
DIST_SUBDIR= ruby |
15 |
|
17 |
|
|
|
18 |
LICENSE= BSD |
19 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
20 |
|
16 |
MAINTAINER= murashin@gfd-dennou.org |
21 |
MAINTAINER= murashin@gfd-dennou.org |
17 |
COMMENT= Collection of misc functions and classes to facilitate programming |
22 |
COMMENT= Collection of misc functions and classes to facilitate programming |
18 |
|
23 |
|
Lines 22-28
Link Here
|
22 |
USE_RUBY= yes |
27 |
USE_RUBY= yes |
23 |
NO_BUILD= yes |
28 |
NO_BUILD= yes |
24 |
|
29 |
|
25 |
DOCS= ChangeLog doc/* |
30 |
DOCS= ChangeLog LICENSE.txt doc/* |
26 |
|
31 |
|
27 |
do-install: |
32 |
do-install: |
28 |
@cd ${WRKSRC}/ && ${RUBY} ./install.rb |
33 |
@cd ${WRKSRC}/ && ${RUBY} ./install.rb |