pkgsrc/security/ruby-password/Makefile
minskim 37d0896cae Import ruby-password.
Ruby/Password is a suite of password handling methods for Ruby.  It
supports the manual entry of passwords from the keyboard in both
buffered and unbuffered modes, password strength checking, random
password generation, phonemic password generation (for easy
memorization by human-beings) and the encryption of passwords.
2006-04-01 21:47:22 +00:00

24 lines
799 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $
DISTNAME= ruby-password-0.5.3
PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/}
CATEGORIES= security
MASTER_SITES= http://www.caliban.org/files/ruby/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.caliban.org/ruby/ruby-password.shtml
COMMENT= Suite of password handling methods for Ruby
DEPENDS+= ${RUBY_PKGPREFIX}-termios-[0-9]*:../../comms/ruby-termios
USE_RUBY_EXTCONF= yes
SUBST_CLASSES+= pwdict
SUBST_MESSAGE.pwdict= Fixing a hardcoded path to pw_dict.pwd.
SUBST_STAGE.pwdict= pre-configure
SUBST_FILES.pwdict= extconf.rb
SUBST_SED.pwdict= -e 's,/usr/local/lib/,${BUILDLINK_PREFIX.libcrack}/libdata/,g'
.include "../../lang/ruby/modules.mk"
.include "../../security/libcrack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"