Lines 20-25
Link Here
|
20 |
${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord |
20 |
${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
|
22 |
|
|
|
23 |
OPTIONS= FCGI "FastCGI support" Off\ |
24 |
MEMCACHE_CLIENT "MemCache-Client support" Off |
25 |
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options |
26 |
|
27 |
# to get RUBY_SITEARCHLIBDIR |
28 |
USE_RUBY= yes |
29 |
|
23 |
.include <bsd.port.pre.mk> |
30 |
.include <bsd.port.pre.mk> |
|
|
31 |
|
32 |
.if defined(WITH_FCGI) |
33 |
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/fcgi.so:${PORTSDIR}/www/ruby-fcgi |
34 |
.endif |
35 |
|
36 |
.if defined(WITH_MEMCACHE_CLIENT) |
37 |
RUN_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/memcache-client-1.0.3.gemspec:${PORTSDIR}/databases/rubygem-memcache-client |
38 |
.endif |
39 |
|
24 |
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" |
40 |
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" |
25 |
.include <bsd.port.post.mk> |
41 |
.include <bsd.port.post.mk> |