diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-crypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-crypt/Makefile b/security/ruby-crypt/Makefile index 7d41e925fd97..9e081201980a 100644 --- a/security/ruby-crypt/Makefile +++ b/security/ruby-crypt/Makefile @@ -11,12 +11,12 @@ DIST_SUBDIR= ruby MAINTAINER= clsung@FreeBSD.org COMMENT= Pure-ruby implementation of popular encryption algorithms +BROKEN= not staged USE_RUBY= yes NO_BUILD= yes WRKSRC= ${WRKDIR} -NO_STAGE= yes do-install: @cd ${WRKSRC}; ${RUBY} install.rb |