1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Make dep on libcrack less specific to fix build

PR:		ports/179789
Submitted by:	John Marino <draco@marino.st>
This commit is contained in:
Steve Wills 2013-06-23 02:15:09 +00:00
parent 81bfc79339
commit 65fa3a020e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321605

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: Ruby/Password
# Date created: 18 September 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
#
PORTNAME= password
PORTVERSION= 0.5.3
@ -17,7 +13,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby library to create, verify, and manipulate passwords
LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
USE_RUBY= yes