mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
security/ruby-password: convert to USES=shebangfix and mark broken
This commit is contained in:
parent
fa477f5396
commit
99e1169c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413911
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= password
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= security ruby
|
||||
MASTER_SITES= http://www.caliban.org/files/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -17,9 +17,13 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
LIB_DEPENDS= libcrack.so:security/cracklib
|
||||
RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
|
||||
|
||||
BROKEN_RUBY22= yes
|
||||
BROKEN_RUBY23= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= shebangfix
|
||||
USE_RUBY_EXTCONF= yes
|
||||
RUBY_SHEBANG_FILES= example/*
|
||||
SHEBANG_FILES= example/*
|
||||
SADIR= lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH}
|
||||
|
||||
CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/cracklib-words.pwd"
|
||||
|
Loading…
Reference in New Issue
Block a user