diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-09 07:47:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-09 07:47:01 +0000 |
commit | 33201e74812b42959005b80454448181219355ab (patch) | |
tree | f916a120f95372758aacb94a3943e70b0e9c4784 /security | |
parent | abb8f329028638472f765a7e947dc43fec18ff80 (diff) | |
download | ports-33201e74812b42959005b80454448181219355ab.tar.gz ports-33201e74812b42959005b80454448181219355ab.zip |
Notes
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 |