25 lines
799 B
Makefile
25 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"
|