pkgsrc/security/p5-Crypt-Juniper/Makefile
he a1c9dec3da Add p5-Juniper-Crypt version 0.02.
This module provides functions for encrypting and decrypting scrambled
passwords in Juniper router configurations.  Only passwords starting with
'$9$' are supported.
2021-11-30 19:47:35 +00:00

20 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/11/30 19:47:35 he Exp $
#
DISTNAME= Crypt-Juniper-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Crypt-Juniper
COMMENT= Perl5 module to decode type-9 Juniper scrambling
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/Juniper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"