Lines 6-23
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= nora |
8 |
PORTNAME= nora |
9 |
PORTVERSION= 0.0.20041021 |
9 |
PORTVERSION= 0.0.20041114 |
10 |
CATEGORIES= www ruby |
10 |
CATEGORIES= www ruby |
11 |
MASTER_SITES= http://www.moonwolf.com/ruby/archive/ |
11 |
MASTER_SITES= http://www.moonwolf.com/ruby/archive/ |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
13 |
DIST_SUBDIR= ruby |
13 |
DIST_SUBDIR= ruby |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= adox@mcx2.org |
16 |
COMMENT= A rich set of Ruby libraries for Web applications |
16 |
COMMENT= A rich set of Ruby libraries for Web applications |
17 |
|
17 |
|
18 |
USE_RUBY= yes |
18 |
USE_RUBY= yes |
19 |
USE_RUBY_SETUP= yes |
19 |
USE_RUBY_SETUP= yes |
20 |
RUBY_SETUP= install.rb |
|
|
21 |
|
20 |
|
22 |
post-patch: |
21 |
post-patch: |
23 |
@${RUBY} -i -pe 'sub(/malloc\.h/, "stdlib.h")' ${WRKSRC}/ext/web/escape_ext/escape_ext.c |
22 |
@${RUBY} -i -pe 'sub(/malloc\.h/, "stdlib.h")' ${WRKSRC}/ext/web/escape_ext/escape_ext.c |