3e24eae480
Object oriented interface to create salted (or seeded) hashes of clear text data. The original formalization of this concept comes from RFC-3112 and is extended by the use of different digital agorithms. from Jim Razmus
18 lines
394 B
Makefile
18 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/06 11:25:42 sthen Exp $
|
|
|
|
COMMENT = object oriented interface to create salted hashes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Crypt-SaltedHash-0.05
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Jim Razmus II <jim@bonetruck.org>
|
|
|
|
# Artistic and GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|