Lines 32-35
Link Here
|
32 |
docs/doc |
32 |
docs/doc |
33 |
|
33 |
|
|
|
34 |
test regression-test check: |
35 |
${MAKE} -C ${WRKSRC} test |
36 |
|
34 |
post-build: |
37 |
post-build: |
35 |
.if !defined(NOPORTDOCS) |
38 |
.if !defined(NOPORTDOCS) |
Lines 49-53
Link Here
|
49 |
.include <bsd.port.pre.mk> |
52 |
.include <bsd.port.pre.mk> |
50 |
.if ${RUBY_VER} == 1.9 |
53 |
.if ${RUBY_VER} == 1.9 |
51 |
BROKEN= does not build with ruby 1.9 |
54 |
pre-everything:: |
|
|
55 |
######################################################## |
56 |
# Although it is now possible to compile ${PORTNAME} |
57 |
# against Ruby-${RUBY_VER}, the resulting binary is not |
58 |
# fully functional due to changes in Ruby API. |
59 |
# Use of Ruby-1.8 is recommended for full compatibility. |
60 |
######################################################## |
61 |
.elif ${RUBY_VER} == 1.8 |
62 |
post-build: test |
52 |
.endif |
63 |
.endif |
53 |
.include <bsd.port.post.mk> |
64 |
.include <bsd.port.post.mk> |