openbsd-ports/security/p5-Crypt-SaltedHash/Makefile
2022-03-11 19:53:16 +00:00

18 lines
291 B
Makefile

COMMENT = object oriented interface to create salted hashes
MODULES = cpan
PKG_ARCH = *
DISTNAME = Crypt-SaltedHash-0.09
CATEGORIES = security
REVISION = 0
CPAN_AUTHOR = GSHANK
# Perl
PERMIT_PACKAGE = Yes
TEST_DEPENDS = devel/p5-Test-Fatal
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>