Lines 6-22
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= io-reactor |
8 |
PORTNAME= io-reactor |
9 |
PORTVERSION= 0.0.6 |
9 |
PORTVERSION= 1.0.4 |
10 |
CATEGORIES= devel ruby |
10 |
CATEGORIES= devel ruby |
11 |
MASTER_SITES= http://www.deveiate.org/code/ |
11 |
MASTER_SITES= http://deveiate.org/code/ |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
13 |
DISTNAME= IO-Reactor-${PORTVERSION} |
13 |
DISTNAME= io-reactor-${PORTVERSION} |
14 |
DIST_SUBDIR= ruby |
14 |
DIST_SUBDIR= ruby |
15 |
|
15 |
|
16 |
MAINTAINER= ruby@FreeBSD.org |
16 |
MAINTAINER= michael@fun-box.ru |
17 |
COMMENT= A Ruby module that implements an asynchronous multiplexeded IO Reactor |
17 |
COMMENT= A Ruby module that implements an asynchronous multiplexeded IO Reactor |
18 |
|
18 |
|
19 |
USE_RUBY= yes |
19 |
USE_RUBY= yes |
|
|
20 |
USE_RAKE= yes |
20 |
|
21 |
|
21 |
NO_BUILD= yes |
22 |
NO_BUILD= yes |
22 |
|
23 |
|
Lines 24-30
Link Here
|
24 |
EXAMPLES= examples/* |
25 |
EXAMPLES= examples/* |
25 |
|
26 |
|
26 |
do-install: |
27 |
do-install: |
27 |
cd ${WRKSRC}; ${RUBY} install.rb |
28 |
cd ${WRKSRC}; ${RUBY} ${RAKE_BIN} install |
28 |
.if !defined(NOPORTDOCS) |
29 |
.if !defined(NOPORTDOCS) |
29 |
${MKDIR} ${RUBY_MODDOCDIR} |
30 |
${MKDIR} ${RUBY_MODDOCDIR} |
30 |
.for f in ${DOCS} |
31 |
.for f in ${DOCS} |