Index: head/www/unit-ruby/Makefile =================================================================== --- head/www/unit-ruby/Makefile (revision 552873) +++ head/www/unit-ruby/Makefile (revision 552874) @@ -1,25 +1,28 @@ # Created by: Sergey Osokin # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -ruby${RUBY_VER} COMMENT= Ruby module for NGINX Unit +BUILD_DEPENDS= rackup:www/rubygem-rack +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_FILES= libexec/unit/modules/ruby${RUBY_VER}.unit.so USE_RUBY= yes USE_RC_SUBR?= # reset to empty MASTERDIR= ${.CURDIR}/../unit post-configure: cd ${CONFIGURE_WRKSRC} && \ ./configure ruby --module=ruby${RUBY_VER} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/ ${INSTALL_LIB} ${WRKSRC}/build/ruby${RUBY_VER}.unit.so \ ${STAGEDIR}${PREFIX}/libexec/unit/modules/ .include "${MASTERDIR}/Makefile"